AnonymousSubmitt commited on
Commit
e6b1026
·
verified ·
1 Parent(s): a136786

Add realworld_subset/Gravity/Projectile/58

Browse files
realworld_subset/Gravity/Projectile/58/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
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 = 2.21
4
+ Floorball: d = 0.07, e = 0.86, h = 1.48, v_0 = 1.94
realworld_subset/Gravity/Projectile/58/annotation_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1.510235,
15
+ "initial_velocity_v": 1.61738,
16
+ "name": "Baseball",
17
+ "restitution": 0.55,
18
+ "size": 0.07,
19
+ "size_symbol": "d",
20
+ "static": false
21
+ },
22
+ {
23
+ "height": 1.48,
24
+ "id": 2,
25
+ "initial_velocity_u": 1.567252,
26
+ "initial_velocity_v": 1.139754,
27
+ "name": "Floorball",
28
+ "restitution": 0.86,
29
+ "size": 0.07,
30
+ "size_symbol": "d",
31
+ "static": false
32
+ }
33
+ ],
34
+ "render": {
35
+ "axes_arrow_head_width": 20,
36
+ "axes_arrow_length": 75,
37
+ "axes_arrow_width": 8,
38
+ "fontsize": 20,
39
+ "margin_axes_range": [
40
+ 5,
41
+ 50
42
+ ],
43
+ "margin_env_range": [
44
+ 5,
45
+ 50
46
+ ],
47
+ "margin_ground_range": [
48
+ 5,
49
+ 50
50
+ ],
51
+ "velocity_arrow_head_width": 30,
52
+ "velocity_arrow_length": 100,
53
+ "velocity_arrow_width": 10
54
+ },
55
+ "task_type": "projectile"
56
+ }
realworld_subset/Gravity/Projectile/58/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\nBaseball: d = 0.07, e = 0.55, h = 1.2, v_0 = 2.21\nFloorball: d = 0.07, e = 0.86, h = 1.48, v_0 = 1.94",
5
+ "choices": [
6
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
7
+ "t_flight = 2·v_0·sin²θ / g",
8
+ "λ = h/(m·v)",
9
+ "a_n = v² / ρ"
10
+ ],
11
+ "correct_index": 0,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/58",
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/58/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/58/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 39.0,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.001872,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 1.510235,
10
+ "v_ms": 1.61738,
11
+ "speed_ms": 2.212855,
12
+ "du_px": 26.8946,
13
+ "dv_px": 28.8027,
14
+ "static": false
15
+ },
16
+ "2": {
17
+ "u_ms": 1.567252,
18
+ "v_ms": 1.139754,
19
+ "speed_ms": 1.937865,
20
+ "du_px": 27.91,
21
+ "dv_px": 20.297,
22
+ "static": false
23
+ }
24
+ }
25
+ }
realworld_subset/Gravity/Projectile/58/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ee5e82d9ecaa651e31c88194c26fd9bc87fb6f214c97b880dd8bcdfc44e2db
3
+ size 1705728
realworld_subset/Gravity/Projectile/58/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3f04ba9f4e5a60807c77a52922a6f6a604737e3eae95372a5d1a0b2397a8be
3
+ size 852928
realworld_subset/Gravity/Projectile/58/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 0d524dbd448a65d2f5d6381d89e11340394679c266b519ac4745264e37831661
  • Pointer size: 131 Bytes
  • Size of remote file: 377 kB
realworld_subset/Gravity/Projectile/58/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 928395d89901a978574dbe6cfcf6ad630b239b8363c1df76b817b9f70450891a
  • Pointer size: 130 Bytes
  • Size of remote file: 52.6 kB
realworld_subset/Gravity/Projectile/58/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 177541f0ddb979a0800090b7e8b054f595f3843a56468e7a1c0bd82923a84b61
  • Pointer size: 129 Bytes
  • Size of remote file: 7.96 kB
realworld_subset/Gravity/Projectile/58/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a26bd4db0d139e308a1d9ffbda43fd6368f95b3ebb8c6ab445f24153626d316
3
+ size 30062
realworld_subset/Gravity/Projectile/58/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb356dc9b8f46b0570582447f800ce6e51ee5c09cd05e5c45a93d5bcb177a4d3
3
+ size 852928
realworld_subset/Gravity/Projectile/58/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/58/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.2,
5
+ "frame_index": 6,
6
+ "scale_px": 39.0,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.001872,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 1.583937,
12
+ "v_ms": 3.041739,
13
+ "speed_ms": 3.429436,
14
+ "du_px": 28.204,
15
+ "dv_px": 54.162,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": 1.610012,
20
+ "v_ms": 1.784337,
21
+ "speed_ms": 2.403331,
22
+ "du_px": 28.6683,
23
+ "dv_px": 31.7724,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Gravity/Projectile/58/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: cba831ccc062051974ee228fbfcb109c13305775154a92c4019fb8c1f9b39a3e
  • Pointer size: 131 Bytes
  • Size of remote file: 862 kB
realworld_subset/Gravity/Projectile/58/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f498715da0ea4bb4e6d77b38df08affdeb08b53b96ca23bd621fdd92fef238f4
3
+ size 16597
realworld_subset/Gravity/Projectile/58/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/58/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa71cedc29e31ecc010c676bbb1b9a45fba2866cef62bfa82a984d2e3061ab6
3
+ size 358593