AnonymousSubmitt commited on
Commit
144e163
·
verified ·
1 Parent(s): 4b87f83

Add realworld_subset/Gravity/Projectile/40

Browse files
realworld_subset/Gravity/Projectile/40/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ Floorball: d = 0.07, e = 0.86, h = 1.4, v_0 = 2.31
realworld_subset/Gravity/Projectile/40/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.4,
13
+ "id": 1,
14
+ "initial_velocity_u": 0.902933,
15
+ "initial_velocity_v": -2.131549,
16
+ "name": "Floorball",
17
+ "restitution": 0.86,
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/40/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "A",
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\nFloorball: d = 0.07, e = 0.86, h = 1.4, v_0 = 2.31",
5
+ "choices": [
6
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
7
+ "v_x(t) = v_0·cosθ · e^(-g·t/v_0)",
8
+ "ΔS = Q_rev / T",
9
+ "a_n = v² / ρ"
10
+ ],
11
+ "correct_index": 0,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/40",
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/40/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/40/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 31.0644,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.00235,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.902933,
10
+ "v_ms": -2.131549,
11
+ "speed_ms": 2.314906,
12
+ "du_px": 12.8078,
13
+ "dv_px": -30.2353,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/40/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9648e59ec078dfb5dcefbdd00167a8df3a3605b43d686d5ef599add5557a347e
3
+ size 2048128
realworld_subset/Gravity/Projectile/40/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7934e1cef7a187523e8da3e1ea205afd74e28b36421102c73951567b19c316b6
3
+ size 1024128
realworld_subset/Gravity/Projectile/40/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 23d19d28fa74e1b9a27ceb717d68411d136fee60a93ec8e3b6ecd6bfcf3b6a7f
  • Pointer size: 131 Bytes
  • Size of remote file: 651 kB
realworld_subset/Gravity/Projectile/40/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 6af54f31cdfaca2ddf0d7a5f02e859c550c8be2a352e94ec5300b709b2a64e5e
  • Pointer size: 130 Bytes
  • Size of remote file: 38 kB
realworld_subset/Gravity/Projectile/40/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 661f5abf00d9c694a215c75f693579a1a45811440327259a28a8382fc3e2168d
  • Pointer size: 129 Bytes
  • Size of remote file: 6.94 kB
realworld_subset/Gravity/Projectile/40/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73da51fd119144a096f809cf3e745a3440e0203cfb8ae3e48943499dd7951a46
3
+ size 157771
realworld_subset/Gravity/Projectile/40/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb231b44967c9a8c459918fff87c08b0f32e5f309d392094b5ef9e531022c26
3
+ size 1024128
realworld_subset/Gravity/Projectile/40/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/40/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 31.0644,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.00235,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.803382,
12
+ "v_ms": -0.127913,
13
+ "speed_ms": 0.813501,
14
+ "du_px": 11.3955,
15
+ "dv_px": -1.8144,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/40/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 017a3a497a649a3ec327748f337d3821621944fa7ae5b39fc0c6fa47d8d99ff3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
realworld_subset/Gravity/Projectile/40/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109bf11de363e7613f33a790579d6d238098ad493126d303cd36b454af27dd7e
3
+ size 81780
realworld_subset/Gravity/Projectile/40/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 2.5
realworld_subset/Gravity/Projectile/40/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c42af4d4b4d87f8305413ff01185da018c896e45390face8de98b59c68ad8d
3
+ size 3821375