AnonymousSubmitt commited on
Commit
8056a1a
·
verified ·
1 Parent(s): dc7e107

Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3

Browse files
Files changed (16) hide show
  1. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/annotation.txt +6 -0
  2. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/annotation_config.json +80 -0
  3. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/formula_info.json +18 -0
  4. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/initial_velocity.json +49 -0
  5. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/instance_segmentation_0000.npy +3 -0
  6. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/mask_0000.npy +3 -0
  7. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/rgb_0000.png +3 -0
  8. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/rgb_0000_white_bg.png +3 -0
  9. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/rgb_0000_white_bg_obj.png +3 -0
  10. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instance_segmentation/maps.npz +3 -0
  11. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instantaneous_velocity/mask.npy +3 -0
  12. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instantaneous_velocity/velocity.json +51 -0
  13. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instantaneous_velocity/velocity_annotated.png +3 -0
  14. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/mask/maps.npz +3 -0
  15. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/physics_duration.txt +1 -0
  16. realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/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/3/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/3/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "D",
3
+ "correct_formula": "m_1·v_1i + m_2·v_2i = m_1·v_1f + 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
+ "E = h·f",
7
+ "I = I_cm + m·(a/2)²",
8
+ "v_1f = v_1i · e^(-m_2/m_1) + v_2i·(1 - e^(-m_2/m_1))",
9
+ "m_1·v_1i + m_2·v_2i = m_1·v_1f + m_2·v_2f"
10
+ ],
11
+ "correct_index": 3,
12
+ "physics_type": "PerfectlyElasticCollision",
13
+ "seed": "PerfectlyElasticCollision|ConservationofMomentum/PerfectlyElasticCollision/3",
14
+ "is_realworld": true,
15
+ "dropped_wrong_formulas": [
16
+ "ΔE = μ_k·m·g·d"
17
+ ]
18
+ }
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/3/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 41.0122,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.000975,
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/3/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fae7734b610abdcd5ba0bb5049bbc799535738a780fdaae47ffeb51c441d1a8a
3
+ size 614528
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb30a91d0e01da67ebfa322519b2b2bf3ab528f0e0891bbb450a28b1d9655615
3
+ size 307328
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: efb427e61dea3f091b7b788a828e67d11e72d7ef383c4b6ba0e3b97cd1dd6b57
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 0b0990e24aa68d71cc0393ff7b71df7db271b7dd0b5785508faa27c8ccfbe712
  • Pointer size: 130 Bytes
  • Size of remote file: 29.4 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 36e5db9ef1630b8b5d963725fe3058834e96d694e94025071d73da758b94b5a2
  • Pointer size: 130 Bytes
  • Size of remote file: 20.3 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1449c8290a52f4023a6182165aa338309f940c64def735b43d47e5708ef68309
3
+ size 162945
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013252bd6eb48c34b34ed0b87ddebbaf3958f3c02ea94f1a5795ed764429e89b
3
+ size 307328
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/3/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.4,
5
+ "frame_index": 12,
6
+ "scale_px": 41.0122,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.000975,
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.0,
36
+ "v_ms": 0.0,
37
+ "speed_ms": 0.0,
38
+ "du_px": 0.0,
39
+ "dv_px": 0.0,
40
+ "static": true
41
+ },
42
+ "5": {
43
+ "u_ms": 0.0,
44
+ "v_ms": 0.0,
45
+ "speed_ms": 0.0,
46
+ "du_px": 0.0,
47
+ "dv_px": 0.0,
48
+ "static": true
49
+ }
50
+ }
51
+ }
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: a6ccb3e33fd4e72b0b737846a6a6606d99a97c69e8ba51faec737187817a637b
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b068c12bc2d98a4b59441cfba11eeaf0720da2944e3ebb790db8bb4e7df0d27f
3
+ size 116130
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 4.5
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/3/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:108eecab12249cc75c071d15b8914b9823897ea070e31eb014d8a5bc556dd8db
3
+ size 690999