diff --git "a/questions/unicycle/test/questions_counting_cycles.json" "b/questions/unicycle/test/questions_counting_cycles.json" new file mode 100644--- /dev/null +++ "b/questions/unicycle/test/questions_counting_cycles.json" @@ -0,0 +1,13369 @@ +{ + "info": { + "date": "13d-10-25", + "version": "1.0", + "split": "test", + "license": "Creative Commons Attribution (CC-BY 4.0)" + }, + "questions": [ + { + "split": "test", + "video_filename": "unicycle_test_linear_9.mp4", + "video_index": 9, + "video": "unicycle_test_linear_9", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 0 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_120.mp4", + "video_index": 120, + "video": "unicycle_test_linear_120", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 1 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_1.mp4", + "video_index": 1, + "video": "unicycle_test_linear_1", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 2 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_107.mp4", + "video_index": 107, + "video": "unicycle_test_resize_107", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 3 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_83.mp4", + "video_index": 83, + "video": "unicycle_test_linear_83", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 4 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_115.mp4", + "video_index": 115, + "video": "unicycle_test_resize_115", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 5 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_106.mp4", + "video_index": 106, + "video": "unicycle_test_linear_106", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 6 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_89.mp4", + "video_index": 89, + "video": "unicycle_test_recolor_89", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 7 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_82.mp4", + "video_index": 82, + "video": "unicycle_test_orbit_82", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 8 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_148.mp4", + "video_index": 148, + "video": "unicycle_test_recolor_148", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 9 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_39.mp4", + "video_index": 39, + "video": "unicycle_test_linear_39", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 10 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_28.mp4", + "video_index": 28, + "video": "unicycle_test_orbit_28", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 11 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_137.mp4", + "video_index": 137, + "video": "unicycle_test_recolor_137", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 12 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_67.mp4", + "video_index": 67, + "video": "unicycle_test_orbit_67", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 13 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_118.mp4", + "video_index": 118, + "video": "unicycle_test_rotate_118", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 14 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_120.mp4", + "video_index": 120, + "video": "unicycle_test_orbit_120", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 15 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_36.mp4", + "video_index": 36, + "video": "unicycle_test_rotate_36", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 16 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_29.mp4", + "video_index": 29, + "video": "unicycle_test_linear_29", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 17 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_125.mp4", + "video_index": 125, + "video": "unicycle_test_resize_125", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 18 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_59.mp4", + "video_index": 59, + "video": "unicycle_test_recolor_59", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 19 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_17.mp4", + "video_index": 17, + "video": "unicycle_test_rotate_17", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 20 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_119.mp4", + "video_index": 119, + "video": "unicycle_test_linear_119", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 21 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_134.mp4", + "video_index": 134, + "video": "unicycle_test_orbit_134", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 22 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_102.mp4", + "video_index": 102, + "video": "unicycle_test_resize_102", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 23 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_4.mp4", + "video_index": 4, + "video": "unicycle_test_recolor_4", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 24 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_55.mp4", + "video_index": 55, + "video": "unicycle_test_recolor_55", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 25 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_55.mp4", + "video_index": 55, + "video": "unicycle_test_rotate_55", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 26 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_52.mp4", + "video_index": 52, + "video": "unicycle_test_orbit_52", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 27 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_56.mp4", + "video_index": 56, + "video": "unicycle_test_orbit_56", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 28 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_21.mp4", + "video_index": 21, + "video": "unicycle_test_linear_21", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 29 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_135.mp4", + "video_index": 135, + "video": "unicycle_test_rotate_135", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 30 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_17.mp4", + "video_index": 17, + "video": "unicycle_test_linear_17", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 31 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_66.mp4", + "video_index": 66, + "video": "unicycle_test_rotate_66", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 32 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_140.mp4", + "video_index": 140, + "video": "unicycle_test_recolor_140", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 33 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_78.mp4", + "video_index": 78, + "video": "unicycle_test_rotate_78", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 34 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_84.mp4", + "video_index": 84, + "video": "unicycle_test_linear_84", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 35 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_91.mp4", + "video_index": 91, + "video": "unicycle_test_resize_91", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 36 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_24.mp4", + "video_index": 24, + "video": "unicycle_test_rotate_24", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 37 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_105.mp4", + "video_index": 105, + "video": "unicycle_test_linear_105", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 38 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_110.mp4", + "video_index": 110, + "video": "unicycle_test_resize_110", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 39 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_6.mp4", + "video_index": 6, + "video": "unicycle_test_rotate_6", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 40 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_46.mp4", + "video_index": 46, + "video": "unicycle_test_linear_46", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 41 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_96.mp4", + "video_index": 96, + "video": "unicycle_test_resize_96", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 42 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_99.mp4", + "video_index": 99, + "video": "unicycle_test_recolor_99", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 43 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_10.mp4", + "video_index": 10, + "video": "unicycle_test_orbit_10", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 44 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_145.mp4", + "video_index": 145, + "video": "unicycle_test_rotate_145", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 45 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_104.mp4", + "video_index": 104, + "video": "unicycle_test_orbit_104", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 46 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_12.mp4", + "video_index": 12, + "video": "unicycle_test_linear_12", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 47 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_46.mp4", + "video_index": 46, + "video": "unicycle_test_rotate_46", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 48 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_54.mp4", + "video_index": 54, + "video": "unicycle_test_orbit_54", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 49 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_111.mp4", + "video_index": 111, + "video": "unicycle_test_linear_111", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 50 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_19.mp4", + "video_index": 19, + "video": "unicycle_test_resize_19", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 51 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_112.mp4", + "video_index": 112, + "video": "unicycle_test_resize_112", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 52 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_28.mp4", + "video_index": 28, + "video": "unicycle_test_rotate_28", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 53 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_109.mp4", + "video_index": 109, + "video": "unicycle_test_orbit_109", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 54 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_148.mp4", + "video_index": 148, + "video": "unicycle_test_orbit_148", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 55 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_1.mp4", + "video_index": 1, + "video": "unicycle_test_rotate_1", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 56 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_109.mp4", + "video_index": 109, + "video": "unicycle_test_recolor_109", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 57 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_5.mp4", + "video_index": 5, + "video": "unicycle_test_rotate_5", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 58 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_36.mp4", + "video_index": 36, + "video": "unicycle_test_orbit_36", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 59 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_45.mp4", + "video_index": 45, + "video": "unicycle_test_orbit_45", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 60 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_7.mp4", + "video_index": 7, + "video": "unicycle_test_linear_7", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 61 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_137.mp4", + "video_index": 137, + "video": "unicycle_test_orbit_137", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 62 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_116.mp4", + "video_index": 116, + "video": "unicycle_test_recolor_116", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 63 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_90.mp4", + "video_index": 90, + "video": "unicycle_test_linear_90", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 64 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_63.mp4", + "video_index": 63, + "video": "unicycle_test_recolor_63", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 65 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_80.mp4", + "video_index": 80, + "video": "unicycle_test_orbit_80", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 66 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_123.mp4", + "video_index": 123, + "video": "unicycle_test_rotate_123", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 67 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_101.mp4", + "video_index": 101, + "video": "unicycle_test_rotate_101", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 68 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_148.mp4", + "video_index": 148, + "video": "unicycle_test_rotate_148", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 69 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_39.mp4", + "video_index": 39, + "video": "unicycle_test_resize_39", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 70 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_61.mp4", + "video_index": 61, + "video": "unicycle_test_resize_61", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 71 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_141.mp4", + "video_index": 141, + "video": "unicycle_test_recolor_141", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 72 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_88.mp4", + "video_index": 88, + "video": "unicycle_test_orbit_88", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 73 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_129.mp4", + "video_index": 129, + "video": "unicycle_test_recolor_129", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 74 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_37.mp4", + "video_index": 37, + "video": "unicycle_test_recolor_37", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 75 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_44.mp4", + "video_index": 44, + "video": "unicycle_test_linear_44", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 76 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_80.mp4", + "video_index": 80, + "video": "unicycle_test_recolor_80", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 77 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_28.mp4", + "video_index": 28, + "video": "unicycle_test_recolor_28", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 78 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_4.mp4", + "video_index": 4, + "video": "unicycle_test_linear_4", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 79 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_106.mp4", + "video_index": 106, + "video": "unicycle_test_orbit_106", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 80 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_93.mp4", + "video_index": 93, + "video": "unicycle_test_orbit_93", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 81 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_79.mp4", + "video_index": 79, + "video": "unicycle_test_linear_79", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 82 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_63.mp4", + "video_index": 63, + "video": "unicycle_test_rotate_63", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 83 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_149.mp4", + "video_index": 149, + "video": "unicycle_test_rotate_149", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 84 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_116.mp4", + "video_index": 116, + "video": "unicycle_test_linear_116", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 85 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_141.mp4", + "video_index": 141, + "video": "unicycle_test_orbit_141", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 86 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_35.mp4", + "video_index": 35, + "video": "unicycle_test_linear_35", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 87 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_80.mp4", + "video_index": 80, + "video": "unicycle_test_rotate_80", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 88 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_143.mp4", + "video_index": 143, + "video": "unicycle_test_rotate_143", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 89 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_81.mp4", + "video_index": 81, + "video": "unicycle_test_rotate_81", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 90 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_104.mp4", + "video_index": 104, + "video": "unicycle_test_resize_104", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 91 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_147.mp4", + "video_index": 147, + "video": "unicycle_test_orbit_147", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 92 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_129.mp4", + "video_index": 129, + "video": "unicycle_test_resize_129", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 93 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_1.mp4", + "video_index": 1, + "video": "unicycle_test_orbit_1", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 94 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_114.mp4", + "video_index": 114, + "video": "unicycle_test_orbit_114", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 95 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_91.mp4", + "video_index": 91, + "video": "unicycle_test_recolor_91", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 96 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_85.mp4", + "video_index": 85, + "video": "unicycle_test_orbit_85", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 97 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_121.mp4", + "video_index": 121, + "video": "unicycle_test_linear_121", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 98 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_137.mp4", + "video_index": 137, + "video": "unicycle_test_rotate_137", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 99 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_129.mp4", + "video_index": 129, + "video": "unicycle_test_linear_129", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 100 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_73.mp4", + "video_index": 73, + "video": "unicycle_test_orbit_73", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 101 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_115.mp4", + "video_index": 115, + "video": "unicycle_test_rotate_115", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 102 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_91.mp4", + "video_index": 91, + "video": "unicycle_test_linear_91", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 103 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_148.mp4", + "video_index": 148, + "video": "unicycle_test_resize_148", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 104 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_127.mp4", + "video_index": 127, + "video": "unicycle_test_resize_127", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 105 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_37.mp4", + "video_index": 37, + "video": "unicycle_test_resize_37", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 106 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_25.mp4", + "video_index": 25, + "video": "unicycle_test_rotate_25", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 107 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_141.mp4", + "video_index": 141, + "video": "unicycle_test_rotate_141", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 108 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_115.mp4", + "video_index": 115, + "video": "unicycle_test_linear_115", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 109 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_135.mp4", + "video_index": 135, + "video": "unicycle_test_resize_135", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 110 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_6.mp4", + "video_index": 6, + "video": "unicycle_test_recolor_6", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 111 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_73.mp4", + "video_index": 73, + "video": "unicycle_test_rotate_73", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 112 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_51.mp4", + "video_index": 51, + "video": "unicycle_test_rotate_51", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 113 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_33.mp4", + "video_index": 33, + "video": "unicycle_test_orbit_33", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 114 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_134.mp4", + "video_index": 134, + "video": "unicycle_test_recolor_134", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 115 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_81.mp4", + "video_index": 81, + "video": "unicycle_test_linear_81", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 116 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_125.mp4", + "video_index": 125, + "video": "unicycle_test_rotate_125", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 117 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_100.mp4", + "video_index": 100, + "video": "unicycle_test_resize_100", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 118 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_116.mp4", + "video_index": 116, + "video": "unicycle_test_rotate_116", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 119 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_127.mp4", + "video_index": 127, + "video": "unicycle_test_recolor_127", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 120 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_71.mp4", + "video_index": 71, + "video": "unicycle_test_resize_71", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 121 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_108.mp4", + "video_index": 108, + "video": "unicycle_test_recolor_108", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 122 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_76.mp4", + "video_index": 76, + "video": "unicycle_test_resize_76", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 123 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_53.mp4", + "video_index": 53, + "video": "unicycle_test_resize_53", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 124 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_41.mp4", + "video_index": 41, + "video": "unicycle_test_linear_41", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 125 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_97.mp4", + "video_index": 97, + "video": "unicycle_test_rotate_97", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 126 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_19.mp4", + "video_index": 19, + "video": "unicycle_test_orbit_19", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 127 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_6.mp4", + "video_index": 6, + "video": "unicycle_test_orbit_6", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 128 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_59.mp4", + "video_index": 59, + "video": "unicycle_test_resize_59", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 129 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_47.mp4", + "video_index": 47, + "video": "unicycle_test_rotate_47", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 130 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_93.mp4", + "video_index": 93, + "video": "unicycle_test_resize_93", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 131 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_34.mp4", + "video_index": 34, + "video": "unicycle_test_recolor_34", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 132 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_23.mp4", + "video_index": 23, + "video": "unicycle_test_linear_23", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 133 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_149.mp4", + "video_index": 149, + "video": "unicycle_test_resize_149", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 134 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_118.mp4", + "video_index": 118, + "video": "unicycle_test_orbit_118", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 135 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_126.mp4", + "video_index": 126, + "video": "unicycle_test_linear_126", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 136 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_142.mp4", + "video_index": 142, + "video": "unicycle_test_orbit_142", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 137 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_77.mp4", + "video_index": 77, + "video": "unicycle_test_resize_77", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 138 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_27.mp4", + "video_index": 27, + "video": "unicycle_test_orbit_27", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 139 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_136.mp4", + "video_index": 136, + "video": "unicycle_test_orbit_136", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 140 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_68.mp4", + "video_index": 68, + "video": "unicycle_test_resize_68", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 141 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_3.mp4", + "video_index": 3, + "video": "unicycle_test_rotate_3", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 142 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_34.mp4", + "video_index": 34, + "video": "unicycle_test_orbit_34", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 143 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_86.mp4", + "video_index": 86, + "video": "unicycle_test_resize_86", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 144 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_44.mp4", + "video_index": 44, + "video": "unicycle_test_orbit_44", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 145 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_99.mp4", + "video_index": 99, + "video": "unicycle_test_resize_99", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 146 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_22.mp4", + "video_index": 22, + "video": "unicycle_test_resize_22", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 147 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_93.mp4", + "video_index": 93, + "video": "unicycle_test_recolor_93", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 148 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_123.mp4", + "video_index": 123, + "video": "unicycle_test_recolor_123", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 149 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_139.mp4", + "video_index": 139, + "video": "unicycle_test_linear_139", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 150 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_136.mp4", + "video_index": 136, + "video": "unicycle_test_resize_136", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 151 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_65.mp4", + "video_index": 65, + "video": "unicycle_test_recolor_65", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 152 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_4.mp4", + "video_index": 4, + "video": "unicycle_test_rotate_4", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 153 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_7.mp4", + "video_index": 7, + "video": "unicycle_test_orbit_7", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 154 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_7.mp4", + "video_index": 7, + "video": "unicycle_test_rotate_7", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 155 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_140.mp4", + "video_index": 140, + "video": "unicycle_test_linear_140", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 156 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_131.mp4", + "video_index": 131, + "video": "unicycle_test_recolor_131", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 157 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_49.mp4", + "video_index": 49, + "video": "unicycle_test_recolor_49", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 158 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_50.mp4", + "video_index": 50, + "video": "unicycle_test_linear_50", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 159 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_39.mp4", + "video_index": 39, + "video": "unicycle_test_rotate_39", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 160 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_79.mp4", + "video_index": 79, + "video": "unicycle_test_rotate_79", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 161 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_133.mp4", + "video_index": 133, + "video": "unicycle_test_resize_133", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 162 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_120.mp4", + "video_index": 120, + "video": "unicycle_test_resize_120", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 163 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_125.mp4", + "video_index": 125, + "video": "unicycle_test_recolor_125", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 164 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_35.mp4", + "video_index": 35, + "video": "unicycle_test_resize_35", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 165 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_39.mp4", + "video_index": 39, + "video": "unicycle_test_orbit_39", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 166 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_108.mp4", + "video_index": 108, + "video": "unicycle_test_rotate_108", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 167 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_125.mp4", + "video_index": 125, + "video": "unicycle_test_linear_125", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 168 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_41.mp4", + "video_index": 41, + "video": "unicycle_test_resize_41", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 169 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_44.mp4", + "video_index": 44, + "video": "unicycle_test_recolor_44", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 170 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_110.mp4", + "video_index": 110, + "video": "unicycle_test_rotate_110", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 171 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_73.mp4", + "video_index": 73, + "video": "unicycle_test_linear_73", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 172 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_108.mp4", + "video_index": 108, + "video": "unicycle_test_orbit_108", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 173 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_97.mp4", + "video_index": 97, + "video": "unicycle_test_orbit_97", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 174 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_29.mp4", + "video_index": 29, + "video": "unicycle_test_rotate_29", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 175 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_2.mp4", + "video_index": 2, + "video": "unicycle_test_resize_2", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 176 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_81.mp4", + "video_index": 81, + "video": "unicycle_test_resize_81", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 177 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_143.mp4", + "video_index": 143, + "video": "unicycle_test_resize_143", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 178 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_101.mp4", + "video_index": 101, + "video": "unicycle_test_recolor_101", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 179 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_53.mp4", + "video_index": 53, + "video": "unicycle_test_linear_53", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 180 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_17.mp4", + "video_index": 17, + "video": "unicycle_test_recolor_17", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 181 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_115.mp4", + "video_index": 115, + "video": "unicycle_test_orbit_115", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 182 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_102.mp4", + "video_index": 102, + "video": "unicycle_test_rotate_102", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 183 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_6.mp4", + "video_index": 6, + "video": "unicycle_test_resize_6", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 184 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_40.mp4", + "video_index": 40, + "video": "unicycle_test_recolor_40", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 185 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_7.mp4", + "video_index": 7, + "video": "unicycle_test_recolor_7", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 186 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_83.mp4", + "video_index": 83, + "video": "unicycle_test_resize_83", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 187 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_43.mp4", + "video_index": 43, + "video": "unicycle_test_rotate_43", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 188 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_108.mp4", + "video_index": 108, + "video": "unicycle_test_linear_108", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 189 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_97.mp4", + "video_index": 97, + "video": "unicycle_test_linear_97", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 190 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_94.mp4", + "video_index": 94, + "video": "unicycle_test_linear_94", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 191 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_24.mp4", + "video_index": 24, + "video": "unicycle_test_recolor_24", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 192 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_80.mp4", + "video_index": 80, + "video": "unicycle_test_linear_80", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 193 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_149.mp4", + "video_index": 149, + "video": "unicycle_test_linear_149", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 194 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_3.mp4", + "video_index": 3, + "video": "unicycle_test_resize_3", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 195 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_11.mp4", + "video_index": 11, + "video": "unicycle_test_orbit_11", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 196 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_64.mp4", + "video_index": 64, + "video": "unicycle_test_resize_64", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 197 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_26.mp4", + "video_index": 26, + "video": "unicycle_test_linear_26", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 198 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_114.mp4", + "video_index": 114, + "video": "unicycle_test_recolor_114", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 199 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_145.mp4", + "video_index": 145, + "video": "unicycle_test_resize_145", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 200 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_117.mp4", + "video_index": 117, + "video": "unicycle_test_orbit_117", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 201 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_51.mp4", + "video_index": 51, + "video": "unicycle_test_orbit_51", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 202 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_61.mp4", + "video_index": 61, + "video": "unicycle_test_orbit_61", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 203 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_100.mp4", + "video_index": 100, + "video": "unicycle_test_linear_100", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 204 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_31.mp4", + "video_index": 31, + "video": "unicycle_test_orbit_31", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 205 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_17.mp4", + "video_index": 17, + "video": "unicycle_test_resize_17", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 206 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_144.mp4", + "video_index": 144, + "video": "unicycle_test_linear_144", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 207 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_58.mp4", + "video_index": 58, + "video": "unicycle_test_recolor_58", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 208 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_87.mp4", + "video_index": 87, + "video": "unicycle_test_rotate_87", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 209 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_117.mp4", + "video_index": 117, + "video": "unicycle_test_recolor_117", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 210 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_67.mp4", + "video_index": 67, + "video": "unicycle_test_resize_67", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 211 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_14.mp4", + "video_index": 14, + "video": "unicycle_test_rotate_14", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 212 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_126.mp4", + "video_index": 126, + "video": "unicycle_test_orbit_126", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 213 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_104.mp4", + "video_index": 104, + "video": "unicycle_test_rotate_104", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 214 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_146.mp4", + "video_index": 146, + "video": "unicycle_test_linear_146", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 215 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_18.mp4", + "video_index": 18, + "video": "unicycle_test_recolor_18", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 216 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_70.mp4", + "video_index": 70, + "video": "unicycle_test_orbit_70", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 217 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_43.mp4", + "video_index": 43, + "video": "unicycle_test_resize_43", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 218 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_13.mp4", + "video_index": 13, + "video": "unicycle_test_rotate_13", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 219 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_89.mp4", + "video_index": 89, + "video": "unicycle_test_rotate_89", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 220 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_134.mp4", + "video_index": 134, + "video": "unicycle_test_rotate_134", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 221 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_62.mp4", + "video_index": 62, + "video": "unicycle_test_linear_62", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 222 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_135.mp4", + "video_index": 135, + "video": "unicycle_test_linear_135", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 223 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_74.mp4", + "video_index": 74, + "video": "unicycle_test_rotate_74", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 224 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_128.mp4", + "video_index": 128, + "video": "unicycle_test_orbit_128", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 225 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_8.mp4", + "video_index": 8, + "video": "unicycle_test_linear_8", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 226 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_141.mp4", + "video_index": 141, + "video": "unicycle_test_linear_141", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 227 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_127.mp4", + "video_index": 127, + "video": "unicycle_test_rotate_127", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 228 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_105.mp4", + "video_index": 105, + "video": "unicycle_test_rotate_105", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 229 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_47.mp4", + "video_index": 47, + "video": "unicycle_test_resize_47", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 230 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_144.mp4", + "video_index": 144, + "video": "unicycle_test_rotate_144", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 231 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_29.mp4", + "video_index": 29, + "video": "unicycle_test_recolor_29", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 232 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_123.mp4", + "video_index": 123, + "video": "unicycle_test_resize_123", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 233 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_10.mp4", + "video_index": 10, + "video": "unicycle_test_recolor_10", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 234 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_43.mp4", + "video_index": 43, + "video": "unicycle_test_recolor_43", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 235 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_66.mp4", + "video_index": 66, + "video": "unicycle_test_resize_66", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 236 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_97.mp4", + "video_index": 97, + "video": "unicycle_test_resize_97", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 237 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_82.mp4", + "video_index": 82, + "video": "unicycle_test_linear_82", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 238 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_139.mp4", + "video_index": 139, + "video": "unicycle_test_rotate_139", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 239 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_60.mp4", + "video_index": 60, + "video": "unicycle_test_rotate_60", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 240 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_110.mp4", + "video_index": 110, + "video": "unicycle_test_recolor_110", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 241 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_14.mp4", + "video_index": 14, + "video": "unicycle_test_resize_14", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 242 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_47.mp4", + "video_index": 47, + "video": "unicycle_test_orbit_47", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 243 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_129.mp4", + "video_index": 129, + "video": "unicycle_test_rotate_129", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 244 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_31.mp4", + "video_index": 31, + "video": "unicycle_test_rotate_31", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 245 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_68.mp4", + "video_index": 68, + "video": "unicycle_test_rotate_68", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 246 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_74.mp4", + "video_index": 74, + "video": "unicycle_test_orbit_74", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 247 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_31.mp4", + "video_index": 31, + "video": "unicycle_test_resize_31", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 248 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_142.mp4", + "video_index": 142, + "video": "unicycle_test_rotate_142", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 249 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_92.mp4", + "video_index": 92, + "video": "unicycle_test_rotate_92", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 250 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_56.mp4", + "video_index": 56, + "video": "unicycle_test_rotate_56", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 251 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_41.mp4", + "video_index": 41, + "video": "unicycle_test_recolor_41", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 252 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_36.mp4", + "video_index": 36, + "video": "unicycle_test_recolor_36", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 253 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_104.mp4", + "video_index": 104, + "video": "unicycle_test_linear_104", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 254 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_115.mp4", + "video_index": 115, + "video": "unicycle_test_recolor_115", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 255 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_51.mp4", + "video_index": 51, + "video": "unicycle_test_linear_51", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 256 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_130.mp4", + "video_index": 130, + "video": "unicycle_test_linear_130", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 257 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_25.mp4", + "video_index": 25, + "video": "unicycle_test_recolor_25", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 258 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_8.mp4", + "video_index": 8, + "video": "unicycle_test_resize_8", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 259 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_114.mp4", + "video_index": 114, + "video": "unicycle_test_rotate_114", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 260 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_89.mp4", + "video_index": 89, + "video": "unicycle_test_resize_89", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 261 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_18.mp4", + "video_index": 18, + "video": "unicycle_test_resize_18", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 262 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_33.mp4", + "video_index": 33, + "video": "unicycle_test_recolor_33", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 263 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_130.mp4", + "video_index": 130, + "video": "unicycle_test_recolor_130", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 264 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_78.mp4", + "video_index": 78, + "video": "unicycle_test_orbit_78", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 265 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_121.mp4", + "video_index": 121, + "video": "unicycle_test_orbit_121", + "question": "How many objects move in an orbit in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 266 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_35.mp4", + "video_index": 35, + "video": "unicycle_test_recolor_35", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 267 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_145.mp4", + "video_index": 145, + "video": "unicycle_test_linear_145", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 268 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_83.mp4", + "video_index": 83, + "video": "unicycle_test_rotate_83", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 269 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_60.mp4", + "video_index": 60, + "video": "unicycle_test_orbit_60", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 270 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_82.mp4", + "video_index": 82, + "video": "unicycle_test_resize_82", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 271 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_29.mp4", + "video_index": 29, + "video": "unicycle_test_resize_29", + "question": "Count the objects that are rotating in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 272 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_9.mp4", + "video_index": 9, + "video": "unicycle_test_orbit_9", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 273 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_38.mp4", + "video_index": 38, + "video": "unicycle_test_resize_38", + "question": "Count the number of objects that are changing their xy coordinates.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 274 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_70.mp4", + "video_index": 70, + "video": "unicycle_test_recolor_70", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 275 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_3.mp4", + "video_index": 3, + "video": "unicycle_test_orbit_3", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 276 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_95.mp4", + "video_index": 95, + "video": "unicycle_test_rotate_95", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 277 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_122.mp4", + "video_index": 122, + "video": "unicycle_test_orbit_122", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 278 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_20.mp4", + "video_index": 20, + "video": "unicycle_test_orbit_20", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 279 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_75.mp4", + "video_index": 75, + "video": "unicycle_test_recolor_75", + "question": "What is the number of objects with color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 280 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_109.mp4", + "video_index": 109, + "video": "unicycle_test_resize_109", + "question": "What is the total number of objects undergoing size changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 281 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_142.mp4", + "video_index": 142, + "video": "unicycle_test_recolor_142", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 282 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_74.mp4", + "video_index": 74, + "video": "unicycle_test_recolor_74", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 283 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_42.mp4", + "video_index": 42, + "video": "unicycle_test_recolor_42", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 284 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_112.mp4", + "video_index": 112, + "video": "unicycle_test_rotate_112", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 285 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_57.mp4", + "video_index": 57, + "video": "unicycle_test_linear_57", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 286 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_41.mp4", + "video_index": 41, + "video": "unicycle_test_rotate_41", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 287 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_45.mp4", + "video_index": 45, + "video": "unicycle_test_recolor_45", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 288 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_74.mp4", + "video_index": 74, + "video": "unicycle_test_resize_74", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 289 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_76.mp4", + "video_index": 76, + "video": "unicycle_test_linear_76", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 290 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_76.mp4", + "video_index": 76, + "video": "unicycle_test_orbit_76", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 291 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_102.mp4", + "video_index": 102, + "video": "unicycle_test_orbit_102", + "question": "How many objects are moving across the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 292 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_26.mp4", + "video_index": 26, + "video": "unicycle_test_recolor_26", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 293 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_20.mp4", + "video_index": 20, + "video": "unicycle_test_resize_20", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 294 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_38.mp4", + "video_index": 38, + "video": "unicycle_test_linear_38", + "question": "How many objects are moving in a straight line in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 295 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_67.mp4", + "video_index": 67, + "video": "unicycle_test_recolor_67", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 296 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_132.mp4", + "video_index": 132, + "video": "unicycle_test_recolor_132", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 297 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_84.mp4", + "video_index": 84, + "video": "unicycle_test_resize_84", + "question": "How many objects are changing color in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + } + ], + "answer": 0, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 298 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_72.mp4", + "video_index": 72, + "video": "unicycle_test_orbit_72", + "question": "How many objects are orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 299 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_40.mp4", + "video_index": 40, + "video": "unicycle_test_rotate_40", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 300 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_56.mp4", + "video_index": 56, + "video": "unicycle_test_linear_56", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 301 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_81.mp4", + "video_index": 81, + "video": "unicycle_test_orbit_81", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 302 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_48.mp4", + "video_index": 48, + "video": "unicycle_test_orbit_48", + "question": "How many objects are moving linearly or orbiting in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 0, + "question_index": 303 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_87.mp4", + "video_index": 87, + "video": "unicycle_test_recolor_87", + "question": "How many objects are performing color changes?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 1, + "question_index": 304 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_54.mp4", + "video_index": 54, + "video": "unicycle_test_resize_54", + "question": "Count the number of objects that enlarge and shrink.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 305 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_130.mp4", + "video_index": 130, + "video": "unicycle_test_resize_130", + "question": "How many objects are enlarging and shrinking in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 2, + "question_index": 306 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_62.mp4", + "video_index": 62, + "video": "unicycle_test_orbit_62", + "question": "Count the number of objects with orbiting motion.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 3, + "question_index": 307 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_70.mp4", + "video_index": 70, + "video": "unicycle_test_linear_70", + "question": "How many objects are traveling in a straight path in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 308 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_136.mp4", + "video_index": 136, + "video": "unicycle_test_rotate_136", + "question": "How many objects are rotating in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 309 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_54.mp4", + "video_index": 54, + "video": "unicycle_test_linear_54", + "question": "What is the total number of objects exhibiting linear motion in the scene?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 5, + "question_index": 310 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_85.mp4", + "video_index": 85, + "video": "unicycle_test_rotate_85", + "question": "Determine the number of objects in rotation in the scene.", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "count", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + } + ], + "answer": 1, + "template_filename": "counting_cycles.json", + "question_family_index": 4, + "question_index": 311 + } + ], + "template_counts": { + "counting_cycles.json_0": 104, + "counting_cycles.json_1": 104, + "counting_cycles.json_2": 104, + "counting_cycles.json_3": 104, + "counting_cycles.json_4": 104, + "counting_cycles.json_5": 104 + }, + "template_answer_counts": { + "counting_cycles.json_0": { + "0": 52, + "1": 52, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0 + }, + "counting_cycles.json_1": { + "0": 52, + "1": 52, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0 + }, + "counting_cycles.json_2": { + "0": 52, + "1": 52, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0 + }, + "counting_cycles.json_3": { + "0": 52, + "1": 52, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0 + }, + "counting_cycles.json_4": { + "0": 52, + "1": 52, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0 + }, + "counting_cycles.json_5": { + "0": 52, + "1": 52, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0 + } + } +} \ No newline at end of file