AnonymousSubmitt commited on
Commit
39aa2fa
·
verified ·
1 Parent(s): c494c13

Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1

Browse files
Files changed (16) hide show
  1. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/annotation.txt +6 -0
  2. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/annotation_config.json +80 -0
  3. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/formula_info.json +18 -0
  4. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/initial_velocity.json +49 -0
  5. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/instance_segmentation_0000.npy +3 -0
  6. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/mask_0000.npy +3 -0
  7. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/rgb_0000.png +3 -0
  8. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/rgb_0000_white_bg.png +3 -0
  9. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/rgb_0000_white_bg_obj.png +3 -0
  10. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instance_segmentation/maps.npz +3 -0
  11. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instantaneous_velocity/mask.npy +3 -0
  12. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instantaneous_velocity/velocity.json +51 -0
  13. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instantaneous_velocity/velocity_annotated.png +3 -0
  14. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/mask/maps.npz +3 -0
  15. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/physics_duration.txt +1 -0
  16. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/annotation.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ FarLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
3
+ CenterLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
4
+ CenterSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
5
+ CenterRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
6
+ FarRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/annotation_config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "environment": {
3
+ "air_resistance": "!=0",
4
+ "gravity": 9.81
5
+ },
6
+ "ground": {
7
+ "dynamic_friction": "TODO",
8
+ "label": "Ground",
9
+ "static_friction": "TODO"
10
+ },
11
+ "objects": [
12
+ {
13
+ "id": 1,
14
+ "initial_velocity_u": 0,
15
+ "initial_velocity_v": 0,
16
+ "mass": 0.03,
17
+ "name": "FarLeftSteelBall",
18
+ "restitution": 1,
19
+ "static": true
20
+ },
21
+ {
22
+ "id": 2,
23
+ "initial_velocity_u": 0,
24
+ "initial_velocity_v": 0,
25
+ "mass": 0.03,
26
+ "name": "CenterLeftSteelBall",
27
+ "restitution": 1,
28
+ "static": true
29
+ },
30
+ {
31
+ "id": 3,
32
+ "initial_velocity_u": 0,
33
+ "initial_velocity_v": 0,
34
+ "mass": 0.03,
35
+ "name": "CenterSteelBall",
36
+ "restitution": 1,
37
+ "static": true
38
+ },
39
+ {
40
+ "id": 4,
41
+ "initial_velocity_u": 0,
42
+ "initial_velocity_v": 0,
43
+ "mass": 0.03,
44
+ "name": "CenterRightSteelBall",
45
+ "restitution": 1,
46
+ "static": true
47
+ },
48
+ {
49
+ "id": 5,
50
+ "initial_velocity_u": 0,
51
+ "initial_velocity_v": 0,
52
+ "mass": 0.03,
53
+ "name": "FarRightSteelBall",
54
+ "restitution": 1,
55
+ "static": true
56
+ }
57
+ ],
58
+ "render": {
59
+ "axes_arrow_head_width": 20,
60
+ "axes_arrow_length": 75,
61
+ "axes_arrow_width": 8,
62
+ "fontsize": 10,
63
+ "margin_axes_range": [
64
+ 5,
65
+ 50
66
+ ],
67
+ "margin_env_range": [
68
+ 5,
69
+ 50
70
+ ],
71
+ "margin_ground_range": [
72
+ 5,
73
+ 50
74
+ ],
75
+ "velocity_arrow_head_width": 30,
76
+ "velocity_arrow_length": 100,
77
+ "velocity_arrow_width": 10
78
+ },
79
+ "task_type": "perfectly_elastic_collision"
80
+ }
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "B",
3
+ "correct_formula": "(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·m_1·v_1f² + (1/2)·m_2·v_2f²",
4
+ "annotation": "Environment: g=9.81, F_drag=!=0\nFarLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nCenterLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nCenterSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nCenterRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nFarRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0",
5
+ "choices": [
6
+ "v_2f = 2·m_1·v_1i·cosθ / (m_1 + m_2)",
7
+ "(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·m_1·v_1f² + (1/2)·m_2·v_2f²",
8
+ "v_2f - v_1f = e·(v_1i - v_2i)",
9
+ "B = μ_0·I / (2π·r)"
10
+ ],
11
+ "correct_index": 1,
12
+ "physics_type": "PerfectlyElasticCollision",
13
+ "seed": "PerfectlyElasticCollision|ConservationofMomentum/PerfectlyElasticCollision/1",
14
+ "is_realworld": true,
15
+ "dropped_wrong_formulas": [
16
+ "ΔE = μ_k·m·g·d"
17
+ ]
18
+ }
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/1/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 43.0465,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.000929,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.0,
10
+ "v_ms": 0.0,
11
+ "speed_ms": 0.0,
12
+ "du_px": 0.0,
13
+ "dv_px": 0.0,
14
+ "static": true
15
+ },
16
+ "2": {
17
+ "u_ms": 0.0,
18
+ "v_ms": 0.0,
19
+ "speed_ms": 0.0,
20
+ "du_px": 0.0,
21
+ "dv_px": 0.0,
22
+ "static": true
23
+ },
24
+ "3": {
25
+ "u_ms": 0.0,
26
+ "v_ms": 0.0,
27
+ "speed_ms": 0.0,
28
+ "du_px": 0.0,
29
+ "dv_px": 0.0,
30
+ "static": true
31
+ },
32
+ "4": {
33
+ "u_ms": 0.0,
34
+ "v_ms": 0.0,
35
+ "speed_ms": 0.0,
36
+ "du_px": 0.0,
37
+ "dv_px": 0.0,
38
+ "static": true
39
+ },
40
+ "5": {
41
+ "u_ms": 0.0,
42
+ "v_ms": 0.0,
43
+ "speed_ms": 0.0,
44
+ "du_px": 0.0,
45
+ "dv_px": 0.0,
46
+ "static": true
47
+ }
48
+ }
49
+ }
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4d835d0eb658c4a6b84aaf30d62d784530caa2c7b0fa51fd472301f5153a39
3
+ size 614528
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a7435b838a5b73a0ce88149a1a64fc1014a3e8172f7862a3654ff2622edfb8
3
+ size 307328
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: b00b38bf8eaa3a49929ee3fd87fe13ae04d682196a549478ff581369398dd1b9
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 366b218bafc755fc80d376168c8400550dc7ad55d7de60d451a3b561562f17ff
  • Pointer size: 130 Bytes
  • Size of remote file: 25.6 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: adb0b7c76a63135c06e48cd90b2266b54baba0fc8dc78852a5acfe8903ec64ca
  • Pointer size: 130 Bytes
  • Size of remote file: 23.9 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df21523ca7f04ed5e22133da2058a91de97b36ef991b2bd7e0779f58e2ebaff0
3
+ size 131878
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb5daeb42664804c31b46b8405cbf42892d6d7fe8b416afd1975d0c03972005
3
+ size 307328
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/1/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.7,
5
+ "frame_index": 21,
6
+ "scale_px": 43.0465,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.000929,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.0,
12
+ "v_ms": 0.0,
13
+ "speed_ms": 0.0,
14
+ "du_px": 0.0,
15
+ "dv_px": 0.0,
16
+ "static": true
17
+ },
18
+ "2": {
19
+ "u_ms": 0.0,
20
+ "v_ms": 0.0,
21
+ "speed_ms": 0.0,
22
+ "du_px": 0.0,
23
+ "dv_px": 0.0,
24
+ "static": true
25
+ },
26
+ "3": {
27
+ "u_ms": 0.0,
28
+ "v_ms": 0.0,
29
+ "speed_ms": 0.0,
30
+ "du_px": 0.0,
31
+ "dv_px": 0.0,
32
+ "static": true
33
+ },
34
+ "4": {
35
+ "u_ms": 0.442124,
36
+ "v_ms": -0.208522,
37
+ "speed_ms": 0.48883,
38
+ "du_px": 15.8638,
39
+ "dv_px": -7.482,
40
+ "static": false
41
+ },
42
+ "5": {
43
+ "u_ms": 0.453761,
44
+ "v_ms": -0.215648,
45
+ "speed_ms": 0.502397,
46
+ "du_px": 16.2813,
47
+ "dv_px": -7.7377,
48
+ "static": false
49
+ }
50
+ }
51
+ }
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 23e380ece2f91a9bdee7ab2e45dc1ebed4bcae9d3ed15eca1c5017da463dacba
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:698c6ead59b015556d1ee3877bf43b9c2e7ee2cf4c5286397e7a738533ac4048
3
+ size 107289
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.5
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/1/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b30266c910cfe6fe6e91ce5cefde4a60d1fc760b8bfb512163c14157dd8f3876
3
+ size 493033