AnonymousSubmitt commited on
Commit
9f4a7c6
·
verified ·
1 Parent(s): 064977b

Add realworld_subset/Gravity/Projectile/49

Browse files
realworld_subset/Gravity/Projectile/49/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.15, v_0 = 1.60
realworld_subset/Gravity/Projectile/49/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.15,
13
+ "id": 1,
14
+ "initial_velocity_u": 1.324575,
15
+ "initial_velocity_v": -0.897497,
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/49/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "D",
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.15, v_0 = 1.60",
5
+ "choices": [
6
+ "R = v_0²·sin(2θ) / (g·cos²θ)",
7
+ "L = I·ω",
8
+ "m·g·h + (1/2)·m·v_0² = constant",
9
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)"
10
+ ],
11
+ "correct_index": 3,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/49",
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/49/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/49/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 23.0,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.003174,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 1.324575,
10
+ "v_ms": -0.897497,
11
+ "speed_ms": 1.6,
12
+ "du_px": 13.9111,
13
+ "dv_px": -9.4258,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/49/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b947cdfa3378ebf89859dfdfe7a40fe9ba06ca4895952ae5f623bbc6a8c371bc
3
+ size 2048128
realworld_subset/Gravity/Projectile/49/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:637c284be1029fb1ad1ae3c2f00c72136cf9ecb9404b71705ef971ac07b71397
3
+ size 1024128
realworld_subset/Gravity/Projectile/49/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 7086019287eef923664a227eed31b3d564426ce6fd99cf184cb1b151255e5ac7
  • Pointer size: 131 Bytes
  • Size of remote file: 646 kB
realworld_subset/Gravity/Projectile/49/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: d08c2f35cd01f90614fbfcb39e38eaac34993ca6ba54aff660b0d5eb5355f71c
  • Pointer size: 130 Bytes
  • Size of remote file: 38.7 kB
realworld_subset/Gravity/Projectile/49/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 2e96da46e308422a51de888121811698e631618856116bd9d57e0717b24bdb91
  • Pointer size: 129 Bytes
  • Size of remote file: 6.68 kB
realworld_subset/Gravity/Projectile/49/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b7c37b3ea2fcd5b2b33646e16931ef510819683226ccdf37e3236a50a025fb
3
+ size 64373
realworld_subset/Gravity/Projectile/49/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b146f7e0aa829929b3764d8877502b010f49f8d9e063bcf9b9d02a26ce7e2779
3
+ size 1024128
realworld_subset/Gravity/Projectile/49/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/49/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.5,
5
+ "frame_index": 15,
6
+ "scale_px": 23.0,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.003174,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 1.343521,
12
+ "v_ms": 3.345749,
13
+ "speed_ms": 3.605425,
14
+ "du_px": 14.1097,
15
+ "dv_px": 35.137,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/49/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 090f14cb474a399b995374334d2d5203fcaf8e02010a6b593dfbb6849bebcfed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
realworld_subset/Gravity/Projectile/49/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2f5f7d0e9b63984f85d576c0f5da4bdde7e2312bb5682ce277dd82fa01a947
3
+ size 33391
realworld_subset/Gravity/Projectile/49/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/49/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b1dccb6edf5df43485e848a3781fb4952102c1ae3defd0b2c976030216ad730
3
+ size 1601365