AnonymousSubmitt commited on
Commit
2a469f7
·
verified ·
1 Parent(s): 2c9011b

Add realworld_subset/Gravity/Projectile/44

Browse files
realworld_subset/Gravity/Projectile/44/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 = 0.75, v_0 = 3.11
realworld_subset/Gravity/Projectile/44/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.75,
13
+ "id": 1,
14
+ "initial_velocity_u": 0.316624,
15
+ "initial_velocity_v": -3.093398,
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/44/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 = 0.75, v_0 = 3.11",
5
+ "choices": [
6
+ "U = (1/2)·k·x²",
7
+ "a_n = v² / ρ",
8
+ "y_max = v_0²·sin²θ / (2·g·cosθ)",
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/44",
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/44/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/44/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 27.0185,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.002702,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.316624,
10
+ "v_ms": -3.093398,
11
+ "speed_ms": 3.10956,
12
+ "du_px": 3.9063,
13
+ "dv_px": -38.1639,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/44/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c3a9462c653bc2fc28623d2b5f9925ba4db7d7b247285300a21a879534e1bfd
3
+ size 2048128
realworld_subset/Gravity/Projectile/44/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753c8ad976c26a1186c0133c90d17cac8b62baf5d07a6708f103d057c7d59200
3
+ size 1024128
realworld_subset/Gravity/Projectile/44/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: c47b37f70bbecfe7ca5ed2149c51c3065bcc4b579571e3e741036976b0d6551f
  • Pointer size: 131 Bytes
  • Size of remote file: 624 kB
realworld_subset/Gravity/Projectile/44/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 633737950374fec7a7a43d1c1aacbd29e462a1969f03c189fa125e8e5b4d5e6d
  • Pointer size: 130 Bytes
  • Size of remote file: 38.8 kB
realworld_subset/Gravity/Projectile/44/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 69774a7e11f0629a5a12f704d08e408c8e806b2a7002276b8531c0577ce8a5f3
  • Pointer size: 129 Bytes
  • Size of remote file: 6.69 kB
realworld_subset/Gravity/Projectile/44/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd007ec7e29a95412f35e9201b1a946f7a52fc8315db1ba6cdca639027d8c7dd
3
+ size 95616
realworld_subset/Gravity/Projectile/44/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bac4f7fac3ed4bf8db85ade5d554d2a2613a9aa01a5242d2f3bd83ea1e9e1d6
3
+ size 1024128
realworld_subset/Gravity/Projectile/44/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/44/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.4,
5
+ "frame_index": 12,
6
+ "scale_px": 27.0185,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.002702,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.553429,
12
+ "v_ms": -0.222439,
13
+ "speed_ms": 0.596458,
14
+ "du_px": 6.8274,
15
+ "dv_px": -2.7441,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/44/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 006bbe8c8c1af3c220dfc4ce53614ccef30c04e318d65b97d359ba053c2be0b3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
realworld_subset/Gravity/Projectile/44/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559131739236091664fa3b3c4e22abd4c937484fcb2f222de82ff0b3739941f5
3
+ size 49630
realworld_subset/Gravity/Projectile/44/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.5
realworld_subset/Gravity/Projectile/44/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5dcd93dda39b8f19385b525ba8c85ed47045b65b147d18658b022142c6d1ac0
3
+ size 2272007