AnonymousSubmitt commited on
Commit
8c0a3f6
·
verified ·
1 Parent(s): 57246f1

Add realworld_subset/Gravity/Projectile/17

Browse files
realworld_subset/Gravity/Projectile/17/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ SteelBall: d = 0.04, e = 0.6, h = 0.86, v_0 = 1.63
realworld_subset/Gravity/Projectile/17/annotation_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.86,
13
+ "id": 1,
14
+ "initial_velocity_u": -0.107704,
15
+ "initial_velocity_v": -1.629137,
16
+ "name": "SteelBall",
17
+ "restitution": 0.6,
18
+ "size": 0.04,
19
+ "size_symbol": "d",
20
+ "static": false
21
+ }
22
+ ],
23
+ "render": {
24
+ "axes_arrow_head_width": 20,
25
+ "axes_arrow_length": 75,
26
+ "axes_arrow_width": 8,
27
+ "fontsize": 20,
28
+ "margin_axes_range": [
29
+ 5,
30
+ 50
31
+ ],
32
+ "margin_env_range": [
33
+ 5,
34
+ 50
35
+ ],
36
+ "margin_ground_range": [
37
+ 5,
38
+ 50
39
+ ],
40
+ "velocity_arrow_head_width": 30,
41
+ "velocity_arrow_length": 100,
42
+ "velocity_arrow_width": 10
43
+ },
44
+ "task_type": "projectile"
45
+ }
realworld_subset/Gravity/Projectile/17/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "C",
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.86, v_0 = 1.63",
5
+ "choices": [
6
+ "y_max = v_0²·sin²θ / (2·g·cosθ)",
7
+ "λ = h/(m·v)",
8
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
9
+ "h_next = e²·h_current"
10
+ ],
11
+ "correct_index": 2,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/17",
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/17/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/17/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 26.0,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.001538,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": -0.107704,
10
+ "v_ms": -1.629137,
11
+ "speed_ms": 1.632693,
12
+ "du_px": -2.3336,
13
+ "dv_px": -35.298,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/17/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:295fc0670f7b5d003260dcf3ff5ccc21b7de4af1677e21c0265923bd637529c3
3
+ size 2048128
realworld_subset/Gravity/Projectile/17/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d38cc239a4116feaffb32d2500915a80a7dc66353d1981bd2d0b8c7b884ec30c
3
+ size 1024128
realworld_subset/Gravity/Projectile/17/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: d456c2e7478ca89a4b5318cf7bb3a6cc39894adeeebceda3e0ac4d14a8605984
  • Pointer size: 131 Bytes
  • Size of remote file: 140 kB
realworld_subset/Gravity/Projectile/17/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: ff88339118e9929c58e71895b4eead116371b3665bf13019e31f5c2208c0d20a
  • Pointer size: 130 Bytes
  • Size of remote file: 39.9 kB
realworld_subset/Gravity/Projectile/17/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: a78efb4d0ef4e0a7f40e3642f1b323ec6012d976bbb2c31df9b85efa6f7d5346
  • Pointer size: 129 Bytes
  • Size of remote file: 7.67 kB
realworld_subset/Gravity/Projectile/17/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37ecd34c12c6c50ed887527e0e178623952db6a4640438306bf3d1f76ae0bec
3
+ size 64685
realworld_subset/Gravity/Projectile/17/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29b96afedb7942c310de85ec0879fc8b57fae9680ba8a2326c2abc6bb8156d3f
3
+ size 1024128
realworld_subset/Gravity/Projectile/17/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/17/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.1,
5
+ "frame_index": 3,
6
+ "scale_px": 26.0,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.001538,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.075927,
12
+ "v_ms": -1.152101,
13
+ "speed_ms": 1.154601,
14
+ "du_px": -1.6456,
15
+ "dv_px": -24.9697,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/17/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 6a3ff485231d49a612fed36833cfaf3065ef7ac2b24ea55f711b65f77fa0698a
  • Pointer size: 131 Bytes
  • Size of remote file: 381 kB
realworld_subset/Gravity/Projectile/17/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e61eef43d924b278b027f8cdfbfaedef5910e48ee6ecf5b3a935661ae1c5a3
3
+ size 33709
realworld_subset/Gravity/Projectile/17/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/17/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d32eca7e407ecd1242156b433b4adcaa078ae66c34fb31a118d96d4831c32d9b
3
+ size 345644