diff --git "a/questions/unicycle/test/questions_counting_frequency.json" "b/questions/unicycle/test/questions_counting_frequency.json" new file mode 100644--- /dev/null +++ "b/questions/unicycle/test/questions_counting_frequency.json" @@ -0,0 +1,13153 @@ +{ + "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": "What is the period of movement in frames for the small thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.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 period in frames for the purple Cylinder moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 1 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_1.mp4", + "video_index": 1, + "video": "unicycle_test_linear_1", + "question": "There is a moving brown thing. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 2 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_83.mp4", + "video_index": 83, + "video": "unicycle_test_linear_83", + "question": "What is the period in frames for the large Sphere moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 3 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_106.mp4", + "video_index": 106, + "video": "unicycle_test_linear_106", + "question": "What is the period of movement in frames for the tiny brown object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 4 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_82.mp4", + "video_index": 82, + "video": "unicycle_test_orbit_82", + "question": "What is the orbit period in frames of the moving big yellow thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 5 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_39.mp4", + "video_index": 39, + "video": "unicycle_test_linear_39", + "question": "There is Rubber thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 6 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_28.mp4", + "video_index": 28, + "video": "unicycle_test_orbit_28", + "question": "There is an orbiting Cone. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 7 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_67.mp4", + "video_index": 67, + "video": "unicycle_test_orbit_67", + "question": "What is the period of the orbit in frames for the small gray object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 8 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_120.mp4", + "video_index": 120, + "video": "unicycle_test_orbit_120", + "question": "What is the period of movement in frames for the big Cube in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 9 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_29.mp4", + "video_index": 29, + "video": "unicycle_test_linear_29", + "question": "There is object object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 10 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_119.mp4", + "video_index": 119, + "video": "unicycle_test_linear_119", + "question": "What is the period of movement in frames for the tiny Rubber thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 11 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_134.mp4", + "video_index": 134, + "video": "unicycle_test_orbit_134", + "question": "What is the movement period in frames of the moving thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 12 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_52.mp4", + "video_index": 52, + "video": "unicycle_test_orbit_52", + "question": "What is the movement period in frames of the moving large thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 13 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_21.mp4", + "video_index": 21, + "video": "unicycle_test_linear_21", + "question": "What is the period in frames for the small yellow object moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 14 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_17.mp4", + "video_index": 17, + "video": "unicycle_test_linear_17", + "question": "There is Cylinder object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 15 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_84.mp4", + "video_index": 84, + "video": "unicycle_test_linear_84", + "question": "What is the period in frames for the thing moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 16 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_105.mp4", + "video_index": 105, + "video": "unicycle_test_linear_105", + "question": "There is a moving yellow Cube. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 17 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_46.mp4", + "video_index": 46, + "video": "unicycle_test_linear_46", + "question": "What is the period of movement in frames for the tiny Metal thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 18 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_10.mp4", + "video_index": 10, + "video": "unicycle_test_orbit_10", + "question": "There is an orbiting big thing. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 19 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_104.mp4", + "video_index": 104, + "video": "unicycle_test_orbit_104", + "question": "What is the period of the orbit in frames for the tiny Rubber thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 20 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_54.mp4", + "video_index": 54, + "video": "unicycle_test_orbit_54", + "question": "What is the orbit period in frames of the moving yellow object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 21 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_7.mp4", + "video_index": 7, + "video": "unicycle_test_linear_7", + "question": "What is the linear movement period in frames of the moving thing away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 22 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_90.mp4", + "video_index": 90, + "video": "unicycle_test_linear_90", + "question": "What is the period in frames for the tiny object moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 23 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_80.mp4", + "video_index": 80, + "video": "unicycle_test_orbit_80", + "question": "What is the period of the orbit in frames for the large purple thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 24 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_88.mp4", + "video_index": 88, + "video": "unicycle_test_orbit_88", + "question": "What is the orbit period in frames of the moving small cyan Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 25 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_44.mp4", + "video_index": 44, + "video": "unicycle_test_linear_44", + "question": "There is a moving big Cylinder. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 26 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_4.mp4", + "video_index": 4, + "video": "unicycle_test_linear_4", + "question": "What is the linear movement period in frames of the moving green Sphere away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 27 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_106.mp4", + "video_index": 106, + "video": "unicycle_test_orbit_106", + "question": "What is the period of the orbit in frames for the brown Rubber Cylinder in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 28 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_93.mp4", + "video_index": 93, + "video": "unicycle_test_orbit_93", + "question": "What is the orbit period in frames of the moving Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 29 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_79.mp4", + "video_index": 79, + "video": "unicycle_test_linear_79", + "question": "What is the period of movement in frames for the Metal thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 30 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_35.mp4", + "video_index": 35, + "video": "unicycle_test_linear_35", + "question": "What is the period in frames for the big purple thing moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 31 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_147.mp4", + "video_index": 147, + "video": "unicycle_test_orbit_147", + "question": "What is the orbit period in frames of the moving big Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 32 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_1.mp4", + "video_index": 1, + "video": "unicycle_test_orbit_1", + "question": "What is the period of movement in frames for the Cube in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 33 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_114.mp4", + "video_index": 114, + "video": "unicycle_test_orbit_114", + "question": "What is the period of the orbit in frames for the brown object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 34 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_85.mp4", + "video_index": 85, + "video": "unicycle_test_orbit_85", + "question": "What is the movement period in frames of the moving Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 35 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_121.mp4", + "video_index": 121, + "video": "unicycle_test_linear_121", + "question": "There is Cube object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 36 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_129.mp4", + "video_index": 129, + "video": "unicycle_test_linear_129", + "question": "What is the movement period in frames of the moving large object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 37 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_73.mp4", + "video_index": 73, + "video": "unicycle_test_orbit_73", + "question": "There is a moving red thing. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 38 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_91.mp4", + "video_index": 91, + "video": "unicycle_test_linear_91", + "question": "What is the linear movement period in frames of the moving purple Cone away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 39 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_115.mp4", + "video_index": 115, + "video": "unicycle_test_linear_115", + "question": "What is the period in frames for the small gray Sphere moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 40 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_33.mp4", + "video_index": 33, + "video": "unicycle_test_orbit_33", + "question": "What is the period of the orbit in frames for the large purple object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 41 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_81.mp4", + "video_index": 81, + "video": "unicycle_test_linear_81", + "question": "What is the linear movement period in frames of the moving purple object away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 42 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_41.mp4", + "video_index": 41, + "video": "unicycle_test_linear_41", + "question": "There is big Cylinder object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 43 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_19.mp4", + "video_index": 19, + "video": "unicycle_test_orbit_19", + "question": "What is the orbit period in frames of the moving tiny gray Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 44 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_6.mp4", + "video_index": 6, + "video": "unicycle_test_orbit_6", + "question": "What is the period of the orbit in frames for the small Cone in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 45 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_118.mp4", + "video_index": 118, + "video": "unicycle_test_orbit_118", + "question": "What is the period of movement in frames for the Cone in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 46 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_126.mp4", + "video_index": 126, + "video": "unicycle_test_linear_126", + "question": "There is a moving thing. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 47 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_142.mp4", + "video_index": 142, + "video": "unicycle_test_orbit_142", + "question": "There is an orbiting large thing. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 48 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_27.mp4", + "video_index": 27, + "video": "unicycle_test_orbit_27", + "question": "What is the period of movement in frames for the tiny purple thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 49 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_136.mp4", + "video_index": 136, + "video": "unicycle_test_orbit_136", + "question": "What is the orbit period in frames of the moving red Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 50 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_34.mp4", + "video_index": 34, + "video": "unicycle_test_orbit_34", + "question": "There is an orbiting tiny purple Cube. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 51 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_44.mp4", + "video_index": 44, + "video": "unicycle_test_orbit_44", + "question": "What is the movement period in frames of the moving big thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 52 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_139.mp4", + "video_index": 139, + "video": "unicycle_test_linear_139", + "question": "What is the linear movement period in frames of the moving Metal thing away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 53 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_7.mp4", + "video_index": 7, + "video": "unicycle_test_orbit_7", + "question": "What is the movement period in frames of the moving thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 54 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_140.mp4", + "video_index": 140, + "video": "unicycle_test_linear_140", + "question": "What is the period in frames for the tiny Metal thing moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 55 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_50.mp4", + "video_index": 50, + "video": "unicycle_test_linear_50", + "question": "What is the period in frames for the small green object moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 56 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_39.mp4", + "video_index": 39, + "video": "unicycle_test_orbit_39", + "question": "There is a moving Rubber Cube. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 57 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_125.mp4", + "video_index": 125, + "video": "unicycle_test_linear_125", + "question": "What is the period in frames for the large Metal object moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 58 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_73.mp4", + "video_index": 73, + "video": "unicycle_test_linear_73", + "question": "There is red thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 59 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_108.mp4", + "video_index": 108, + "video": "unicycle_test_orbit_108", + "question": "What is the period of the orbit in frames for the Sphere in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 60 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_97.mp4", + "video_index": 97, + "video": "unicycle_test_orbit_97", + "question": "What is the orbit period in frames of the moving large Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 61 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_53.mp4", + "video_index": 53, + "video": "unicycle_test_linear_53", + "question": "What is the movement period in frames of the moving green Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 62 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_149.mp4", + "video_index": 149, + "video": "unicycle_test_linear_149", + "question": "There is small red object object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 63 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_11.mp4", + "video_index": 11, + "video": "unicycle_test_orbit_11", + "question": "What is the orbit period in frames of the moving object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 64 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_117.mp4", + "video_index": 117, + "video": "unicycle_test_orbit_117", + "question": "What is the period of the orbit in frames for the thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 65 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_51.mp4", + "video_index": 51, + "video": "unicycle_test_orbit_51", + "question": "What is the period of the orbit in frames for the big object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 66 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_31.mp4", + "video_index": 31, + "video": "unicycle_test_orbit_31", + "question": "What is the period of movement in frames for the big Cube in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 67 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_144.mp4", + "video_index": 144, + "video": "unicycle_test_linear_144", + "question": "There is a moving purple Cone. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 68 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_146.mp4", + "video_index": 146, + "video": "unicycle_test_linear_146", + "question": "What is the linear movement period in frames of the moving Rubber thing away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 69 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_62.mp4", + "video_index": 62, + "video": "unicycle_test_linear_62", + "question": "What is the period in frames for the Metal object moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 70 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_135.mp4", + "video_index": 135, + "video": "unicycle_test_linear_135", + "question": "There is small yellow Cone object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 71 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_128.mp4", + "video_index": 128, + "video": "unicycle_test_orbit_128", + "question": "There is an orbiting Cube. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 72 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_8.mp4", + "video_index": 8, + "video": "unicycle_test_linear_8", + "question": "There is a moving Metal thing. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 73 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_141.mp4", + "video_index": 141, + "video": "unicycle_test_linear_141", + "question": "What is the period of movement in frames for the Cylinder in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 74 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_82.mp4", + "video_index": 82, + "video": "unicycle_test_linear_82", + "question": "There is Metal thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 75 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_47.mp4", + "video_index": 47, + "video": "unicycle_test_orbit_47", + "question": "What is the orbit period in frames of the moving blue Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 76 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_74.mp4", + "video_index": 74, + "video": "unicycle_test_orbit_74", + "question": "What is the orbit period in frames of the moving large Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 77 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_104.mp4", + "video_index": 104, + "video": "unicycle_test_linear_104", + "question": "There is a moving Cone. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 78 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_51.mp4", + "video_index": 51, + "video": "unicycle_test_linear_51", + "question": "What is the linear movement period in frames of the moving small Sphere away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 79 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_130.mp4", + "video_index": 130, + "video": "unicycle_test_linear_130", + "question": "What is the movement period in frames of the moving thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 80 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_78.mp4", + "video_index": 78, + "video": "unicycle_test_orbit_78", + "question": "There is an orbiting large green thing. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 81 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_121.mp4", + "video_index": 121, + "video": "unicycle_test_orbit_121", + "question": "What is the orbit period in frames of the moving Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 82 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_145.mp4", + "video_index": 145, + "video": "unicycle_test_linear_145", + "question": "There is large green thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 83 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_60.mp4", + "video_index": 60, + "video": "unicycle_test_orbit_60", + "question": "What is the period of movement in frames for the large thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 84 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_9.mp4", + "video_index": 9, + "video": "unicycle_test_orbit_9", + "question": "What is the period of the orbit in frames for the Rubber thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 85 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_3.mp4", + "video_index": 3, + "video": "unicycle_test_orbit_3", + "question": "What is the movement period in frames of the moving Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 86 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_122.mp4", + "video_index": 122, + "video": "unicycle_test_orbit_122", + "question": "What is the period of the orbit in frames for the small Cylinder in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 87 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_20.mp4", + "video_index": 20, + "video": "unicycle_test_orbit_20", + "question": "What is the period of movement in frames for the object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 88 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_57.mp4", + "video_index": 57, + "video": "unicycle_test_linear_57", + "question": "What is the period in frames for the Sphere moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 89 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_76.mp4", + "video_index": 76, + "video": "unicycle_test_linear_76", + "question": "What is the period in frames for the green object moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 90 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_76.mp4", + "video_index": 76, + "video": "unicycle_test_orbit_76", + "question": "What is the orbit period in frames of the moving big object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 91 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_102.mp4", + "video_index": 102, + "video": "unicycle_test_orbit_102", + "question": "There is a moving tiny red object. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 92 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_38.mp4", + "video_index": 38, + "video": "unicycle_test_linear_38", + "question": "What is the period in frames for the tiny cyan Cone moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 93 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_72.mp4", + "video_index": 72, + "video": "unicycle_test_orbit_72", + "question": "What is the period of the orbit in frames for the Rubber object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 94 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_56.mp4", + "video_index": 56, + "video": "unicycle_test_linear_56", + "question": "What is the period of movement in frames for the small object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 95 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_81.mp4", + "video_index": 81, + "video": "unicycle_test_orbit_81", + "question": "What is the period of the orbit in frames for the red thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 96 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_48.mp4", + "video_index": 48, + "video": "unicycle_test_orbit_48", + "question": "What is the period of the orbit in frames for the yellow Cone in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 97 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_62.mp4", + "video_index": 62, + "video": "unicycle_test_orbit_62", + "question": "What is the movement period in frames of the moving large Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 98 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_63.mp4", + "video_index": 63, + "video": "unicycle_test_orbit_63", + "question": "What is the period of movement in frames for the large object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 99 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_135.mp4", + "video_index": 135, + "video": "unicycle_test_orbit_135", + "question": "What is the period of the orbit in frames for the brown Cube in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 100 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_70.mp4", + "video_index": 70, + "video": "unicycle_test_linear_70", + "question": "What is the period of movement in frames for the Rubber object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 101 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_54.mp4", + "video_index": 54, + "video": "unicycle_test_linear_54", + "question": "What is the period in frames for the small cyan Cone moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 102 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_40.mp4", + "video_index": 40, + "video": "unicycle_test_linear_40", + "question": "What is the movement period in frames of the moving tiny red Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 103 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_57.mp4", + "video_index": 57, + "video": "unicycle_test_orbit_57", + "question": "There is an orbiting Cylinder. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 104 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_83.mp4", + "video_index": 83, + "video": "unicycle_test_orbit_83", + "question": "What is the period of the orbit in frames for the tiny Metal thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 105 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_122.mp4", + "video_index": 122, + "video": "unicycle_test_linear_122", + "question": "There is tiny green thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 106 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_136.mp4", + "video_index": 136, + "video": "unicycle_test_linear_136", + "question": "What is the linear movement period in frames of the moving small blue object away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 107 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_87.mp4", + "video_index": 87, + "video": "unicycle_test_linear_87", + "question": "What is the linear movement period in frames of the moving yellow object away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 108 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_52.mp4", + "video_index": 52, + "video": "unicycle_test_linear_52", + "question": "There is big thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 109 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_96.mp4", + "video_index": 96, + "video": "unicycle_test_orbit_96", + "question": "There is an orbiting Rubber object. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 110 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_30.mp4", + "video_index": 30, + "video": "unicycle_test_linear_30", + "question": "What is the period in frames for the small Cylinder moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 111 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_89.mp4", + "video_index": 89, + "video": "unicycle_test_orbit_89", + "question": "What is the movement period in frames of the moving tiny thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 112 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_30.mp4", + "video_index": 30, + "video": "unicycle_test_orbit_30", + "question": "What is the movement period in frames of the moving large blue Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 113 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_111.mp4", + "video_index": 111, + "video": "unicycle_test_orbit_111", + "question": "What is the orbit period in frames of the moving big object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 114 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_20.mp4", + "video_index": 20, + "video": "unicycle_test_linear_20", + "question": "There is blue Metal Sphere object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 115 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_131.mp4", + "video_index": 131, + "video": "unicycle_test_linear_131", + "question": "What is the period in frames for the blue Cube moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 116 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_148.mp4", + "video_index": 148, + "video": "unicycle_test_linear_148", + "question": "What is the movement period in frames of the moving purple object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 117 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_8.mp4", + "video_index": 8, + "video": "unicycle_test_orbit_8", + "question": "There is an orbiting gray Cylinder. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 118 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_95.mp4", + "video_index": 95, + "video": "unicycle_test_linear_95", + "question": "What is the period in frames for the blue Rubber Sphere moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 119 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_92.mp4", + "video_index": 92, + "video": "unicycle_test_linear_92", + "question": "What is the movement period in frames of the moving thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 120 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_24.mp4", + "video_index": 24, + "video": "unicycle_test_orbit_24", + "question": "What is the period of the orbit in frames for the Rubber thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 121 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_10.mp4", + "video_index": 10, + "video": "unicycle_test_linear_10", + "question": "There is Sphere object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 122 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_123.mp4", + "video_index": 123, + "video": "unicycle_test_orbit_123", + "question": "What is the period of movement in frames for the big Metal object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 123 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_37.mp4", + "video_index": 37, + "video": "unicycle_test_orbit_37", + "question": "There is an orbiting large brown Cube. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 124 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_68.mp4", + "video_index": 68, + "video": "unicycle_test_linear_68", + "question": "What is the linear movement period in frames of the moving large red object away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 125 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_46.mp4", + "video_index": 46, + "video": "unicycle_test_orbit_46", + "question": "What is the period of movement in frames for the small yellow thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 126 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_15.mp4", + "video_index": 15, + "video": "unicycle_test_linear_15", + "question": "There is brown object object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 127 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_67.mp4", + "video_index": 67, + "video": "unicycle_test_linear_67", + "question": "What is the movement period in frames of the moving large brown Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 128 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_145.mp4", + "video_index": 145, + "video": "unicycle_test_orbit_145", + "question": "There is an orbiting big red Cylinder. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 129 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_78.mp4", + "video_index": 78, + "video": "unicycle_test_linear_78", + "question": "There is thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 130 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_124.mp4", + "video_index": 124, + "video": "unicycle_test_orbit_124", + "question": "What is the orbit period in frames of the moving large thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 131 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_23.mp4", + "video_index": 23, + "video": "unicycle_test_orbit_23", + "question": "What is the period of movement in frames for the big gray Sphere in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 132 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_107.mp4", + "video_index": 107, + "video": "unicycle_test_linear_107", + "question": "There is Sphere object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 133 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_143.mp4", + "video_index": 143, + "video": "unicycle_test_linear_143", + "question": "What is the period of movement in frames for the red Sphere in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 134 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_65.mp4", + "video_index": 65, + "video": "unicycle_test_linear_65", + "question": "There is thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 135 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_118.mp4", + "video_index": 118, + "video": "unicycle_test_linear_118", + "question": "What is the period of movement in frames for the tiny Rubber object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 136 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_2.mp4", + "video_index": 2, + "video": "unicycle_test_orbit_2", + "question": "There is an orbiting big object. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 137 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_71.mp4", + "video_index": 71, + "video": "unicycle_test_linear_71", + "question": "There is thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 138 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_127.mp4", + "video_index": 127, + "video": "unicycle_test_orbit_127", + "question": "What is the period of the orbit in frames for the big red Sphere in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 139 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_140.mp4", + "video_index": 140, + "video": "unicycle_test_orbit_140", + "question": "What is the period of the orbit in frames for the small Rubber object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 140 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_5.mp4", + "video_index": 5, + "video": "unicycle_test_orbit_5", + "question": "There is a moving Cube. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 141 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_65.mp4", + "video_index": 65, + "video": "unicycle_test_orbit_65", + "question": "There is an orbiting gray thing. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 142 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_138.mp4", + "video_index": 138, + "video": "unicycle_test_orbit_138", + "question": "There is a moving Rubber Cube. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 143 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_92.mp4", + "video_index": 92, + "video": "unicycle_test_orbit_92", + "question": "What is the period of the orbit in frames for the Sphere in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 144 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_59.mp4", + "video_index": 59, + "video": "unicycle_test_linear_59", + "question": "What is the period in frames for the big Sphere moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 145 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_59.mp4", + "video_index": 59, + "video": "unicycle_test_orbit_59", + "question": "What is the period of movement in frames for the big Metal object in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 146 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_42.mp4", + "video_index": 42, + "video": "unicycle_test_linear_42", + "question": "What is the period in frames for the yellow thing moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 147 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_55.mp4", + "video_index": 55, + "video": "unicycle_test_linear_55", + "question": "There is thing object moving linearly back and forth. What is its period in frames for one round of back and forth?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 148 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_101.mp4", + "video_index": 101, + "video": "unicycle_test_linear_101", + "question": "What is the period of movement in frames for the gray Sphere in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 149 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_34.mp4", + "video_index": 34, + "video": "unicycle_test_linear_34", + "question": "What is the period in frames for the Cylinder moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 150 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_33.mp4", + "video_index": 33, + "video": "unicycle_test_linear_33", + "question": "There is a moving tiny Cube. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 151 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_117.mp4", + "video_index": 117, + "video": "unicycle_test_linear_117", + "question": "What is the period in frames for the large Sphere moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 152 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_24.mp4", + "video_index": 24, + "video": "unicycle_test_linear_24", + "question": "There is a moving object. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 153 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_128.mp4", + "video_index": 128, + "video": "unicycle_test_linear_128", + "question": "What is the linear movement period in frames of the moving green Sphere away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 154 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_19.mp4", + "video_index": 19, + "video": "unicycle_test_linear_19", + "question": "There is a moving small thing. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 155 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_99.mp4", + "video_index": 99, + "video": "unicycle_test_orbit_99", + "question": "There is an orbiting thing. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 2 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 156 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_18.mp4", + "video_index": 18, + "video": "unicycle_test_linear_18", + "question": "What is the period in frames for the purple Cone moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 157 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_98.mp4", + "video_index": 98, + "video": "unicycle_test_linear_98", + "question": "What is the movement period in frames of the moving small cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 158 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_22.mp4", + "video_index": 22, + "video": "unicycle_test_orbit_22", + "question": "There is an orbiting big brown object. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 159 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_91.mp4", + "video_index": 91, + "video": "unicycle_test_orbit_91", + "question": "What is the period of the orbit in frames for the yellow Cone in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 1 + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 160 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_99.mp4", + "video_index": 99, + "video": "unicycle_test_linear_99", + "question": "What is the linear movement period in frames of the moving large thing away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 161 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_146.mp4", + "video_index": 146, + "video": "unicycle_test_orbit_146", + "question": "There is an orbiting tiny Cube. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 162 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_25.mp4", + "video_index": 25, + "video": "unicycle_test_orbit_25", + "question": "What is the orbit period in frames of the moving yellow thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 163 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_31.mp4", + "video_index": 31, + "video": "unicycle_test_linear_31", + "question": "What is the period in frames for the large red Cylinder moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 164 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_129.mp4", + "video_index": 129, + "video": "unicycle_test_orbit_129", + "question": "There is an orbiting big red Sphere. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + 2 + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 165 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_149.mp4", + "video_index": 149, + "video": "unicycle_test_orbit_149", + "question": "There is an orbiting Sphere. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 166 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_55.mp4", + "video_index": 55, + "video": "unicycle_test_orbit_55", + "question": "What is the period of the orbit in frames for the Rubber thing in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 3 + ], + "_output": 160, + "value_inputs": [] + } + ], + "answer": 160, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 167 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_16.mp4", + "video_index": 16, + "video": "unicycle_test_linear_16", + "question": "What is the linear movement period in frames of the moving thing away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 2 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 168 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_77.mp4", + "video_index": 77, + "video": "unicycle_test_linear_77", + "question": "What is the movement period in frames of the moving large thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 169 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_74.mp4", + "video_index": 74, + "video": "unicycle_test_linear_74", + "question": "What is the period in frames for the large yellow Cone moving back and forth on a line?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 5 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 170 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_26.mp4", + "video_index": 26, + "video": "unicycle_test_orbit_26", + "question": "What is the movement period in frames of the moving small Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 171 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_36.mp4", + "video_index": 36, + "video": "unicycle_test_linear_36", + "question": "What is the linear movement period in frames of the moving large Cube away from the start and back?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_linear", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_linear_period", + "inputs": [ + 4 + ], + "_output": 80, + "value_inputs": [] + } + ], + "answer": 80, + "template_filename": "counting_frequency.json", + "question_family_index": 2, + "question_index": 172 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_77.mp4", + "video_index": 77, + "video": "unicycle_test_orbit_77", + "question": "There is a moving tiny thing. What is its movement period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 3 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 173 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_139.mp4", + "video_index": 139, + "video": "unicycle_test_orbit_139", + "question": "There is an orbiting tiny blue Cylinder. What is its orbit period in frames?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_orbit", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + null + ] + }, + { + "type": "filter_size", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_color", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "query_orbit_period", + "inputs": [ + 5 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 1, + "question_index": 174 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_130.mp4", + "video_index": 130, + "video": "unicycle_test_orbit_130", + "question": "What is the period of movement in frames for the Rubber Cylinder in motion?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 175 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_60.mp4", + "video_index": 60, + "video": "unicycle_test_linear_60", + "question": "What is the movement period in frames of the moving brown Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_motion", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_color", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "query_motion_period", + "inputs": [ + 4 + ], + "_output": 32, + "value_inputs": [] + } + ], + "answer": 32, + "template_filename": "counting_frequency.json", + "question_family_index": 0, + "question_index": 176 + } + ], + "template_counts": { + "counting_frequency.json_0": 120, + "counting_frequency.json_1": 116, + "counting_frequency.json_2": 118 + }, + "template_answer_counts": { + "counting_frequency.json_0": { + "1": 0, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "16": 0, + "17": 0, + "18": 0, + "19": 0, + "20": 0, + "21": 0, + "22": 0, + "23": 0, + "24": 0, + "25": 0, + "26": 0, + "27": 0, + "28": 0, + "29": 0, + "30": 0, + "31": 0, + "32": 16, + "33": 0, + "34": 0, + "35": 0, + "36": 0, + "37": 0, + "38": 0, + "39": 0, + "40": 0, + "41": 0, + "42": 0, + "43": 0, + "44": 0, + "45": 0, + "46": 0, + "47": 0, + "48": 0, + "49": 0, + "50": 0, + "51": 0, + "52": 0, + "53": 0, + "54": 0, + "55": 0, + "56": 0, + "57": 0, + "58": 0, + "59": 0, + "60": 0, + "61": 0, + "62": 0, + "63": 0, + "64": 0, + "65": 0, + "66": 0, + "67": 0, + "68": 0, + "69": 0, + "70": 0, + "71": 0, + "72": 0, + "73": 0, + "74": 0, + "75": 0, + "76": 0, + "77": 0, + "78": 0, + "79": 0, + "80": 52, + "81": 0, + "82": 0, + "83": 0, + "84": 0, + "85": 0, + "86": 0, + "87": 0, + "88": 0, + "89": 0, + "90": 0, + "91": 0, + "92": 0, + "93": 0, + "94": 0, + "95": 0, + "96": 0, + "97": 0, + "98": 0, + "99": 0, + "100": 0, + "101": 0, + "102": 0, + "103": 0, + "104": 0, + "105": 0, + "106": 0, + "107": 0, + "108": 0, + "109": 0, + "110": 0, + "111": 0, + "112": 0, + "113": 0, + "114": 0, + "115": 0, + "116": 0, + "117": 0, + "118": 0, + "119": 0, + "120": 0, + "121": 0, + "122": 0, + "123": 0, + "124": 0, + "125": 0, + "126": 0, + "127": 0, + "128": 0, + "129": 0, + "130": 0, + "131": 0, + "132": 0, + "133": 0, + "134": 0, + "135": 0, + "136": 0, + "137": 0, + "138": 0, + "139": 0, + "140": 0, + "141": 0, + "142": 0, + "143": 0, + "144": 0, + "145": 0, + "146": 0, + "147": 0, + "148": 0, + "149": 0, + "150": 0, + "151": 0, + "152": 0, + "153": 0, + "154": 0, + "155": 0, + "156": 0, + "157": 0, + "158": 0, + "159": 0, + "160": 52, + "161": 0, + "162": 0, + "163": 0, + "164": 0, + "165": 0, + "166": 0, + "167": 0, + "168": 0, + "169": 0, + "170": 0, + "171": 0, + "172": 0, + "173": 0, + "174": 0, + "175": 0, + "176": 0, + "177": 0, + "178": 0, + "179": 0, + "180": 0, + "181": 0, + "182": 0, + "183": 0, + "184": 0, + "185": 0, + "186": 0, + "187": 0, + "188": 0, + "189": 0, + "190": 0, + "191": 0, + "192": 0, + "193": 0, + "194": 0, + "195": 0, + "196": 0, + "197": 0, + "198": 0, + "199": 0, + "200": 0, + "201": 0, + "202": 0, + "203": 0, + "204": 0, + "205": 0, + "206": 0, + "207": 0, + "208": 0, + "209": 0, + "210": 0, + "211": 0, + "212": 0, + "213": 0, + "214": 0, + "215": 0, + "216": 0, + "217": 0, + "218": 0, + "219": 0, + "220": 0, + "221": 0, + "222": 0, + "223": 0, + "224": 0, + "225": 0, + "226": 0, + "227": 0, + "228": 0, + "229": 0, + "230": 0, + "231": 0, + "232": 0, + "233": 0, + "234": 0, + "235": 0, + "236": 0, + "237": 0, + "238": 0, + "239": 0, + "240": 0, + "241": 0, + "242": 0, + "243": 0, + "244": 0, + "245": 0, + "246": 0, + "247": 0, + "248": 0, + "249": 0, + "250": 0, + "251": 0, + "252": 0, + "253": 0, + "254": 0, + "255": 0, + "256": 0 + }, + "counting_frequency.json_1": { + "1": 0, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "16": 0, + "17": 0, + "18": 0, + "19": 0, + "20": 0, + "21": 0, + "22": 0, + "23": 0, + "24": 0, + "25": 0, + "26": 0, + "27": 0, + "28": 0, + "29": 0, + "30": 0, + "31": 0, + "32": 12, + "33": 0, + "34": 0, + "35": 0, + "36": 0, + "37": 0, + "38": 0, + "39": 0, + "40": 0, + "41": 0, + "42": 0, + "43": 0, + "44": 0, + "45": 0, + "46": 0, + "47": 0, + "48": 0, + "49": 0, + "50": 0, + "51": 0, + "52": 0, + "53": 0, + "54": 0, + "55": 0, + "56": 0, + "57": 0, + "58": 0, + "59": 0, + "60": 0, + "61": 0, + "62": 0, + "63": 0, + "64": 0, + "65": 0, + "66": 0, + "67": 0, + "68": 0, + "69": 0, + "70": 0, + "71": 0, + "72": 0, + "73": 0, + "74": 0, + "75": 0, + "76": 0, + "77": 0, + "78": 0, + "79": 0, + "80": 52, + "81": 0, + "82": 0, + "83": 0, + "84": 0, + "85": 0, + "86": 0, + "87": 0, + "88": 0, + "89": 0, + "90": 0, + "91": 0, + "92": 0, + "93": 0, + "94": 0, + "95": 0, + "96": 0, + "97": 0, + "98": 0, + "99": 0, + "100": 0, + "101": 0, + "102": 0, + "103": 0, + "104": 0, + "105": 0, + "106": 0, + "107": 0, + "108": 0, + "109": 0, + "110": 0, + "111": 0, + "112": 0, + "113": 0, + "114": 0, + "115": 0, + "116": 0, + "117": 0, + "118": 0, + "119": 0, + "120": 0, + "121": 0, + "122": 0, + "123": 0, + "124": 0, + "125": 0, + "126": 0, + "127": 0, + "128": 0, + "129": 0, + "130": 0, + "131": 0, + "132": 0, + "133": 0, + "134": 0, + "135": 0, + "136": 0, + "137": 0, + "138": 0, + "139": 0, + "140": 0, + "141": 0, + "142": 0, + "143": 0, + "144": 0, + "145": 0, + "146": 0, + "147": 0, + "148": 0, + "149": 0, + "150": 0, + "151": 0, + "152": 0, + "153": 0, + "154": 0, + "155": 0, + "156": 0, + "157": 0, + "158": 0, + "159": 0, + "160": 52, + "161": 0, + "162": 0, + "163": 0, + "164": 0, + "165": 0, + "166": 0, + "167": 0, + "168": 0, + "169": 0, + "170": 0, + "171": 0, + "172": 0, + "173": 0, + "174": 0, + "175": 0, + "176": 0, + "177": 0, + "178": 0, + "179": 0, + "180": 0, + "181": 0, + "182": 0, + "183": 0, + "184": 0, + "185": 0, + "186": 0, + "187": 0, + "188": 0, + "189": 0, + "190": 0, + "191": 0, + "192": 0, + "193": 0, + "194": 0, + "195": 0, + "196": 0, + "197": 0, + "198": 0, + "199": 0, + "200": 0, + "201": 0, + "202": 0, + "203": 0, + "204": 0, + "205": 0, + "206": 0, + "207": 0, + "208": 0, + "209": 0, + "210": 0, + "211": 0, + "212": 0, + "213": 0, + "214": 0, + "215": 0, + "216": 0, + "217": 0, + "218": 0, + "219": 0, + "220": 0, + "221": 0, + "222": 0, + "223": 0, + "224": 0, + "225": 0, + "226": 0, + "227": 0, + "228": 0, + "229": 0, + "230": 0, + "231": 0, + "232": 0, + "233": 0, + "234": 0, + "235": 0, + "236": 0, + "237": 0, + "238": 0, + "239": 0, + "240": 0, + "241": 0, + "242": 0, + "243": 0, + "244": 0, + "245": 0, + "246": 0, + "247": 0, + "248": 0, + "249": 0, + "250": 0, + "251": 0, + "252": 0, + "253": 0, + "254": 0, + "255": 0, + "256": 0 + }, + "counting_frequency.json_2": { + "1": 0, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0, + "10": 0, + "11": 0, + "12": 0, + "13": 0, + "14": 0, + "15": 0, + "16": 0, + "17": 0, + "18": 0, + "19": 0, + "20": 0, + "21": 0, + "22": 0, + "23": 0, + "24": 0, + "25": 0, + "26": 0, + "27": 0, + "28": 0, + "29": 0, + "30": 0, + "31": 0, + "32": 14, + "33": 0, + "34": 0, + "35": 0, + "36": 0, + "37": 0, + "38": 0, + "39": 0, + "40": 0, + "41": 0, + "42": 0, + "43": 0, + "44": 0, + "45": 0, + "46": 0, + "47": 0, + "48": 0, + "49": 0, + "50": 0, + "51": 0, + "52": 0, + "53": 0, + "54": 0, + "55": 0, + "56": 0, + "57": 0, + "58": 0, + "59": 0, + "60": 0, + "61": 0, + "62": 0, + "63": 0, + "64": 0, + "65": 0, + "66": 0, + "67": 0, + "68": 0, + "69": 0, + "70": 0, + "71": 0, + "72": 0, + "73": 0, + "74": 0, + "75": 0, + "76": 0, + "77": 0, + "78": 0, + "79": 0, + "80": 52, + "81": 0, + "82": 0, + "83": 0, + "84": 0, + "85": 0, + "86": 0, + "87": 0, + "88": 0, + "89": 0, + "90": 0, + "91": 0, + "92": 0, + "93": 0, + "94": 0, + "95": 0, + "96": 0, + "97": 0, + "98": 0, + "99": 0, + "100": 0, + "101": 0, + "102": 0, + "103": 0, + "104": 0, + "105": 0, + "106": 0, + "107": 0, + "108": 0, + "109": 0, + "110": 0, + "111": 0, + "112": 0, + "113": 0, + "114": 0, + "115": 0, + "116": 0, + "117": 0, + "118": 0, + "119": 0, + "120": 0, + "121": 0, + "122": 0, + "123": 0, + "124": 0, + "125": 0, + "126": 0, + "127": 0, + "128": 0, + "129": 0, + "130": 0, + "131": 0, + "132": 0, + "133": 0, + "134": 0, + "135": 0, + "136": 0, + "137": 0, + "138": 0, + "139": 0, + "140": 0, + "141": 0, + "142": 0, + "143": 0, + "144": 0, + "145": 0, + "146": 0, + "147": 0, + "148": 0, + "149": 0, + "150": 0, + "151": 0, + "152": 0, + "153": 0, + "154": 0, + "155": 0, + "156": 0, + "157": 0, + "158": 0, + "159": 0, + "160": 52, + "161": 0, + "162": 0, + "163": 0, + "164": 0, + "165": 0, + "166": 0, + "167": 0, + "168": 0, + "169": 0, + "170": 0, + "171": 0, + "172": 0, + "173": 0, + "174": 0, + "175": 0, + "176": 0, + "177": 0, + "178": 0, + "179": 0, + "180": 0, + "181": 0, + "182": 0, + "183": 0, + "184": 0, + "185": 0, + "186": 0, + "187": 0, + "188": 0, + "189": 0, + "190": 0, + "191": 0, + "192": 0, + "193": 0, + "194": 0, + "195": 0, + "196": 0, + "197": 0, + "198": 0, + "199": 0, + "200": 0, + "201": 0, + "202": 0, + "203": 0, + "204": 0, + "205": 0, + "206": 0, + "207": 0, + "208": 0, + "209": 0, + "210": 0, + "211": 0, + "212": 0, + "213": 0, + "214": 0, + "215": 0, + "216": 0, + "217": 0, + "218": 0, + "219": 0, + "220": 0, + "221": 0, + "222": 0, + "223": 0, + "224": 0, + "225": 0, + "226": 0, + "227": 0, + "228": 0, + "229": 0, + "230": 0, + "231": 0, + "232": 0, + "233": 0, + "234": 0, + "235": 0, + "236": 0, + "237": 0, + "238": 0, + "239": 0, + "240": 0, + "241": 0, + "242": 0, + "243": 0, + "244": 0, + "245": 0, + "246": 0, + "247": 0, + "248": 0, + "249": 0, + "250": 0, + "251": 0, + "252": 0, + "253": 0, + "254": 0, + "255": 0, + "256": 0 + } + } +} \ No newline at end of file