AnonymousSubmitt commited on
Commit
3a3c273
·
verified ·
1 Parent(s): 19a48bd

Add realworld_subset/Gravity/Projectile/50

Browse files
realworld_subset/Gravity/Projectile/50/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.12, v_0 = 1.28
realworld_subset/Gravity/Projectile/50/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.12,
13
+ "id": 1,
14
+ "initial_velocity_u": 0.700526,
15
+ "initial_velocity_v": -1.077002,
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/50/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "B",
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.12, v_0 = 1.28",
5
+ "choices": [
6
+ "T = 2π·√(L/g)",
7
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
8
+ "m·g·h + (1/2)·m·v_0² = constant",
9
+ "t_flight = 2·v_0·sin²θ / g"
10
+ ],
11
+ "correct_index": 1,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/50",
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/50/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/50/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 28.0179,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.002605,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.700526,
10
+ "v_ms": -1.077002,
11
+ "speed_ms": 1.284784,
12
+ "du_px": 8.9622,
13
+ "dv_px": -13.7787,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/50/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42e5aadd3bc589369b6cba1ded9d7669ebebccae03482b7669404723801776ac
3
+ size 2048128
realworld_subset/Gravity/Projectile/50/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b190051c82727a66fb2548b7fa5924636e44904c25841b14ea7235dde2d459d
3
+ size 1024128
realworld_subset/Gravity/Projectile/50/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: bcabf97686a77909d9c2cdbc189fa8bfcc283b238576b7fbbe7a0e2c4ea2e86b
  • Pointer size: 131 Bytes
  • Size of remote file: 622 kB
realworld_subset/Gravity/Projectile/50/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: b033a585a6f452d32e817045efd13a4e2acaf29f03931c068e69eebe2f4229c7
  • Pointer size: 130 Bytes
  • Size of remote file: 39.1 kB
realworld_subset/Gravity/Projectile/50/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 6970ba5a9085df89e904f01fb4d5ea700a221f7e537ea4e710f8b1a9bcbe83e2
  • Pointer size: 129 Bytes
  • Size of remote file: 6.86 kB
realworld_subset/Gravity/Projectile/50/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099dc4d8c90bd27a4e525d4031044ccf5a58f72381f256e440ca884c8526a55b
3
+ size 64499
realworld_subset/Gravity/Projectile/50/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e4acd1f9205cb10d42dce2ed21a785cad5700c8514be6abe0999007119c14f
3
+ size 1024128
realworld_subset/Gravity/Projectile/50/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/50/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.4,
5
+ "frame_index": 12,
6
+ "scale_px": 28.0179,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.002605,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.849914,
12
+ "v_ms": 1.738776,
13
+ "speed_ms": 1.93538,
14
+ "du_px": 10.8754,
15
+ "dv_px": 22.2492,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/50/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: ab74d9a0fbb20fee32829a422bb21ef714b49ca2dfc92d2b46892079931a679e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
realworld_subset/Gravity/Projectile/50/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c2016a016cfe9152e8df49c43ad4ac61c265d2f3c86e28b4a6268f5b72cacd
3
+ size 33522
realworld_subset/Gravity/Projectile/50/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/50/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341a18b9558d5197f04290d02c678fcf2688e63ff0175f0a3c37d4472a477cfe
3
+ size 1544099