AnonymousSubmitt commited on
Commit
666010b
·
verified ·
1 Parent(s): d505529

Add realworld_subset/Gravity/Projectile/11

Browse files
realworld_subset/Gravity/Projectile/11/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.07, v_0 = 1.13
realworld_subset/Gravity/Projectile/11/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.07,
13
+ "id": 1,
14
+ "initial_velocity_u": -0.145316,
15
+ "initial_velocity_v": -1.125622,
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/11/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.07, v_0 = 1.13",
5
+ "choices": [
6
+ "a_n = v² / ρ",
7
+ "R = v_0²·sin(2θ) / (g·cos²θ)",
8
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
9
+ "L = I·ω"
10
+ ],
11
+ "correct_index": 2,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/11",
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/11/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/11/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 38.0132,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.00192,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": -0.145316,
10
+ "v_ms": -1.125622,
11
+ "speed_ms": 1.134964,
12
+ "du_px": -2.5223,
13
+ "dv_px": -19.5381,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/11/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7296986d6d5d37141e5acba5366a3fd1955a1eeeb815d423fe7530d4774b2286
3
+ size 2048128
realworld_subset/Gravity/Projectile/11/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ae3c68dda979fe5f321db47e197c4573a6ad3f7bfad3f8268a0780cce8a15e
3
+ size 1024128
realworld_subset/Gravity/Projectile/11/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: e8da5cb1d53a3a23a69ca115c0ae78b37284a7045d639589d41b773094a394d1
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
realworld_subset/Gravity/Projectile/11/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 647b7aff1bcfef0280d36f3f988a779b0032cf4b32824f3c67e265c76f7ccc84
  • Pointer size: 130 Bytes
  • Size of remote file: 38.9 kB
realworld_subset/Gravity/Projectile/11/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 7b9981a1a6cfe43082454e90d73b52511427226dbe24b5ff87ed064196594d7a
  • Pointer size: 129 Bytes
  • Size of remote file: 8.98 kB
realworld_subset/Gravity/Projectile/11/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abaacd3de62a6b64273c948bb96b4eb7272359554d750b49093c81f46b2fba74
3
+ size 66527
realworld_subset/Gravity/Projectile/11/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f582ded7d57afcf46ce10d320090547afd6c2025e368ef1dd6abedee9c4699d
3
+ size 1024128
realworld_subset/Gravity/Projectile/11/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/11/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.1,
5
+ "frame_index": 3,
6
+ "scale_px": 38.0132,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.00192,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.129065,
12
+ "v_ms": -0.408454,
13
+ "speed_ms": 0.42836,
14
+ "du_px": -2.2407,
15
+ "dv_px": -7.0912,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/11/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: b0758e2c3c48303cde71a69b6681e343cda05c4f3f7afb1187d5d0d364d5f66f
  • Pointer size: 131 Bytes
  • Size of remote file: 365 kB
realworld_subset/Gravity/Projectile/11/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fa546e656cd6f3f7033fe8cc14e75c44d17581e46030cc505a8672bdf313e87
3
+ size 35387
realworld_subset/Gravity/Projectile/11/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/11/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd9e8105ae59630ba0431a1a47a5b5312fc222894ccb8ef4c7266881cc7dd25
3
+ size 349104