AnonymousSubmitt commited on
Commit
dcdab70
·
verified ·
1 Parent(s): e021bef

Add realworld_subset/Gravity/Projectile/55

Browse files
realworld_subset/Gravity/Projectile/55/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ SteelBall: d = 0.04, e = 0.6, h = 0.9, v_0 = 2.84
4
+ Baseball: d = 0.07, e = 0.55, h = 1.2, v_0 = 2.00
realworld_subset/Gravity/Projectile/55/annotation_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "environment": {
3
+ "air_resistance": "!=0",
4
+ "gravity": 9.81
5
+ },
6
+ "ground": {
7
+ "label": "Ground",
8
+ "restitution": 0.5
9
+ },
10
+ "objects": [
11
+ {
12
+ "height": 0.9,
13
+ "id": 1,
14
+ "initial_velocity_u": 1.488184,
15
+ "initial_velocity_v": 2.414416,
16
+ "name": "SteelBall",
17
+ "restitution": 0.6,
18
+ "size": 0.04,
19
+ "size_symbol": "d",
20
+ "static": false
21
+ },
22
+ {
23
+ "height": 1.2,
24
+ "id": 2,
25
+ "initial_velocity_u": 1.356418,
26
+ "initial_velocity_v": 1.462979,
27
+ "name": "Baseball",
28
+ "restitution": 0.55,
29
+ "size": 0.07,
30
+ "size_symbol": "d",
31
+ "static": false
32
+ }
33
+ ],
34
+ "render": {
35
+ "axes_arrow_head_width": 20,
36
+ "axes_arrow_length": 75,
37
+ "axes_arrow_width": 8,
38
+ "fontsize": 20,
39
+ "margin_axes_range": [
40
+ 5,
41
+ 50
42
+ ],
43
+ "margin_env_range": [
44
+ 5,
45
+ 50
46
+ ],
47
+ "margin_ground_range": [
48
+ 5,
49
+ 50
50
+ ],
51
+ "velocity_arrow_head_width": 30,
52
+ "velocity_arrow_length": 100,
53
+ "velocity_arrow_width": 10
54
+ },
55
+ "task_type": "projectile"
56
+ }
realworld_subset/Gravity/Projectile/55/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "B",
3
+ "correct_formula": "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
4
+ "annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nSteelBall: d = 0.04, e = 0.6, h = 0.9, v_0 = 2.84\nBaseball: d = 0.07, e = 0.55, h = 1.2, v_0 = 2.00",
5
+ "choices": [
6
+ "R = v_0²·sin(2θ) / (g·cos²θ)",
7
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
8
+ "h_next = e²·h_current",
9
+ "U = (1/2)·k·x²"
10
+ ],
11
+ "correct_index": 1,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/55",
14
+ "is_realworld": true,
15
+ "dropped_wrong_formulas": [
16
+ "F_drag = (1/2)·C_d·ρ·A·v² (A = π·(d/2)²)"
17
+ ]
18
+ }
realworld_subset/Gravity/Projectile/55/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/55/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 19.0263,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.002102,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 1.488184,
10
+ "v_ms": 2.414416,
11
+ "speed_ms": 2.836212,
12
+ "du_px": 23.5955,
13
+ "dv_px": 38.2812,
14
+ "static": false
15
+ },
16
+ "2": {
17
+ "u_ms": 1.356418,
18
+ "v_ms": 1.462979,
19
+ "speed_ms": 1.995038,
20
+ "du_px": 21.5063,
21
+ "dv_px": 23.1959,
22
+ "static": false
23
+ }
24
+ }
25
+ }
realworld_subset/Gravity/Projectile/55/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0f962c2f641f41cc19199c37e6cdfd9ab5e694de7fd88a929ef450bf9fd1d1
3
+ size 1705728
realworld_subset/Gravity/Projectile/55/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:076c8ebf164fd62a0e4e145e732e9c9370214822393b724fe7ad8a6965824dfc
3
+ size 852928
realworld_subset/Gravity/Projectile/55/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 223ef9b455fbea7dc7f33c9859bc1fc4242052f1fee29cc05c5298c95e0701f2
  • Pointer size: 131 Bytes
  • Size of remote file: 356 kB
realworld_subset/Gravity/Projectile/55/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 27048ca6c5b5091f4de762200265a3583b54165b107c9adc943ec01d04e74e7c
  • Pointer size: 130 Bytes
  • Size of remote file: 51.5 kB
realworld_subset/Gravity/Projectile/55/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 19b7e6926c588b99385ba1759e670b0a131a16d621ff34497a82494cdcc0f109
  • Pointer size: 129 Bytes
  • Size of remote file: 7.45 kB
realworld_subset/Gravity/Projectile/55/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbb42b8ec736697d6425c0c2144554d3c8f0b37983f2d4a57dca69889b05fd6
3
+ size 29332
realworld_subset/Gravity/Projectile/55/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98a6212e0fdf4240f281964e9db55f1ca1dcb36c6aa7519b611ef1b88e9f4c2
3
+ size 852928
realworld_subset/Gravity/Projectile/55/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/55/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.1,
5
+ "frame_index": 3,
6
+ "scale_px": 19.0263,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.002102,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 1.532804,
12
+ "v_ms": 2.973858,
13
+ "speed_ms": 3.345642,
14
+ "du_px": 24.3071,
15
+ "dv_px": 47.1592,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": 1.337034,
20
+ "v_ms": 1.82673,
21
+ "speed_ms": 2.263758,
22
+ "du_px": 21.2026,
23
+ "dv_px": 28.9681,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Gravity/Projectile/55/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 616c37332b63c0679856452ada1352ac8a0bc850592e514030e38fe60304f85e
  • Pointer size: 131 Bytes
  • Size of remote file: 809 kB
realworld_subset/Gravity/Projectile/55/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35637c01d1c49b1c14010bd6fd9d72673ba635571c2f53079adf22f8e57c6b72
3
+ size 15872
realworld_subset/Gravity/Projectile/55/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/55/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a452c99e35ffe4270e187e00836a7f427424f0726eca716cb00bcc3d68883c
3
+ size 332011