sercetexam9 commited on
Commit
8d803ee
·
verified ·
1 Parent(s): 58517af

Upload relative_motion_sample

Browse files
relative_motion_sample/image_01.jpg ADDED

Git LFS Details

  • SHA256: 035a6e847ccaea7627f58b0d25a9d0304ea4f6af478e9b3355e92e3bf670cbf7
  • Pointer size: 130 Bytes
  • Size of remote file: 49.4 kB
relative_motion_sample/image_01_alt.jpg ADDED

Git LFS Details

  • SHA256: f421c3643c4f357e7672d487f4ef34de9f619a90cde5ac208d873d17634d26c0
  • Pointer size: 130 Bytes
  • Size of remote file: 72.5 kB
relative_motion_sample/image_02.jpg ADDED

Git LFS Details

  • SHA256: 2a6af87daeeac15ac0601b7cb7d4048c9447c62ccecbff999780cb74dc9834a6
  • Pointer size: 130 Bytes
  • Size of remote file: 62.3 kB
relative_motion_sample/image_02_alt.jpg ADDED

Git LFS Details

  • SHA256: 521d614de0c89934588b9b0a93ddd5faad8761ecdaf3e0873ab4e35f34f1c0ab
  • Pointer size: 130 Bytes
  • Size of remote file: 84.8 kB
relative_motion_sample/metadata.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "relative_motion_sample",
3
+ "question_type": "Motion (Obj.)",
4
+ "question": "These two photos were taken by a camera mounted on a moving car. Based on these two images, during this period, whose average speed was faster: the white sedan in image 1 or the car taking the photos?\nOptions: A: The white sedan, B: The same speed, C: The car taking the photos, D: Sometimes the white sedan was faster, sometimes the car taking the photos was faster",
5
+ "answer": "C",
6
+ "thought": "1. In Figure 1, the white sedan is visible ahead on the road.\n2. In Figure 2, the white sedan appears smaller and farther away, indicating the filming car is catching up or moving faster.\n3. Therefore, the car taking the photos was moving faster.",
7
+ "difficulty": "hard",
8
+ "image_urls": [
9
+ "https://images.unsplash.com/photo-1652132197473-6ef86a342910?w=800",
10
+ "https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=800",
11
+ "",
12
+ ""
13
+ ],
14
+ "image_files": [
15
+ "image_01.jpg",
16
+ "image_02.jpg",
17
+ "image_01_alt.jpg",
18
+ "image_02_alt.jpg"
19
+ ]
20
+ }
relative_motion_sample/question.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ These two photos were taken by a camera mounted on a moving car. Based on these two images, during this period, whose average speed was faster: the white sedan in image 1 or the car taking the photos?
2
+ Options: A: The white sedan, B: The same speed, C: The car taking the photos, D: Sometimes the white sedan was faster, sometimes the car taking the photos was faster
relative_motion_sample/thought.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ 1. In Figure 1, the white sedan is visible ahead on the road.
2
+ 2. In Figure 2, the white sedan appears smaller and farther away, indicating the filming car is catching up or moving faster.
3
+ 3. Therefore, the car taking the photos was moving faster.