AnonymousSubmitt commited on
Commit
3f32ad0
·
verified ·
1 Parent(s): 4fc98ac

Add realworld_subset/Gravity/Projectile/32

Browse files
realworld_subset/Gravity/Projectile/32/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ Baseball: d = 0.07, e = 0.55, h = 1.2, v_0 = 3.09
realworld_subset/Gravity/Projectile/32/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": 1.2,
13
+ "id": 1,
14
+ "initial_velocity_u": 2.227548,
15
+ "initial_velocity_v": -2.147686,
16
+ "name": "Baseball",
17
+ "restitution": 0.55,
18
+ "size": 0.07,
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/32/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\nBaseball: d = 0.07, e = 0.55, h = 1.2, v_0 = 3.09",
5
+ "choices": [
6
+ "a_n = v² / ρ",
7
+ "y_max = v_0²·sin²θ / (2·g·cosθ)",
8
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
9
+ "ΔS = Q_rev / T"
10
+ ],
11
+ "correct_index": 2,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/32",
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/32/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/32/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 29.0,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.002517,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 2.227548,
10
+ "v_ms": -2.147686,
11
+ "speed_ms": 3.094273,
12
+ "du_px": 29.4972,
13
+ "dv_px": -28.4397,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/32/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa1600c9015d805b95b01ca0bfe3eb9007d0bb4ccf42d4b0938332d729da4ef
3
+ size 2048128
realworld_subset/Gravity/Projectile/32/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d027438d57fd4289a4bc567a4d492e1ff6c81b9ae51853654e34e298f211c93
3
+ size 1024128
realworld_subset/Gravity/Projectile/32/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: df94a4c3742972179bf66071ee32ad7053aa1fdae9ce986835fec4d353959805
  • Pointer size: 131 Bytes
  • Size of remote file: 639 kB
realworld_subset/Gravity/Projectile/32/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 6f170d3b01d9833820010483745ad8d4ad726562c778a731e8236e3e8eecbade
  • Pointer size: 130 Bytes
  • Size of remote file: 40.1 kB
realworld_subset/Gravity/Projectile/32/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: de6f7919374bde23f31cb5e99a48ec0bd4c8d358975019f3eadcd45611deabf9
  • Pointer size: 129 Bytes
  • Size of remote file: 6.78 kB
realworld_subset/Gravity/Projectile/32/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7fe9244f15008cd3ecca99893f51fb5d8201bc579f74e1f55c82bf1fa0659c
3
+ size 64820
realworld_subset/Gravity/Projectile/32/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385ab58a5cd7c9c1102c498f205d24210bc428c9321652ef7833d8c41db4c4d5
3
+ size 1024128
realworld_subset/Gravity/Projectile/32/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/32/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 29.0,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.002517,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 2.412287,
12
+ "v_ms": -0.32331,
13
+ "speed_ms": 2.433857,
14
+ "du_px": 31.9466,
15
+ "dv_px": -4.2817,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/32/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: cd9cdff08801c327ab5e2516e1118731e25f41e32ca0f285bd7e40a4b248d9ac
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
realworld_subset/Gravity/Projectile/32/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4611173158dfc9865aad7b6a17db01d0c249721a11fc69f327b28f70f1fca95f
3
+ size 33816
realworld_subset/Gravity/Projectile/32/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/32/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72db3186aaee0e0a78e633d646657d204a6afe1c5a6bc2014dd5bc4770e02e22
3
+ size 1600296