AnonymousSubmitt commited on
Commit
0d47a4d
·
verified ·
1 Parent(s): 9637d82

Add realworld_subset/Gravity/Projectile/8

Browse files
realworld_subset/Gravity/Projectile/8/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.05
3
+ Floorball: d = 0.07, e = 0.86, h = 0.79, v_0 = 0.50
realworld_subset/Gravity/Projectile/8/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.05
9
+ },
10
+ "objects": [
11
+ {
12
+ "height": 0.79,
13
+ "id": 1,
14
+ "initial_velocity_u": -0.50093,
15
+ "initial_velocity_v": 0,
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/8/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.05\nFloorball: d = 0.07, e = 0.86, h = 0.79, v_0 = 0.50",
5
+ "choices": [
6
+ "E_n = -13.6/n² eV",
7
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
8
+ "h_next = e²·h_current",
9
+ "y = h·cos(g·x / v_0²) + x·tanθ"
10
+ ],
11
+ "correct_index": 1,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/8",
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/8/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/8/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 37.1214,
5
+ "scale_meters": 0.07,
6
+ "meters_per_pixel": 0.001886,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": -0.50093,
10
+ "v_ms": 0.100665,
11
+ "speed_ms": 0.510945,
12
+ "du_px": -8.8549,
13
+ "dv_px": 1.7794,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/8/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af880a46871bff10b78b389df1951f5daabc401fb4e4d37d9c84767c168cbd7c
3
+ size 2048128
realworld_subset/Gravity/Projectile/8/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ea341e4d76c31d4b2d8db1746d5070342e0908ee895edcbf66f174cfcf4994
3
+ size 1024128
realworld_subset/Gravity/Projectile/8/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: fc46d62d59d1a40ca7ae7243e58fc7ccfbd923f58d8db3c305aabebddc25dc19
  • Pointer size: 131 Bytes
  • Size of remote file: 158 kB
realworld_subset/Gravity/Projectile/8/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 071772015f56cd80c9abd4b5a3c2abeba3894faa29515cc9057daa1f9ee216f6
  • Pointer size: 130 Bytes
  • Size of remote file: 39.9 kB
realworld_subset/Gravity/Projectile/8/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: c8186cdc2aa638df1832655120d0e3cbe5c8ef33a35ad3225dfc0d2e0e1a5c01
  • Pointer size: 129 Bytes
  • Size of remote file: 9.6 kB
realworld_subset/Gravity/Projectile/8/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d288bcae6b3a1039e307ae5b0aec7aa240fae81bfb005cc0c164b73b34eda55e
3
+ size 34453
realworld_subset/Gravity/Projectile/8/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec394509cc57ee84bc5a6b104f9e4477ff0ebe8da66b32df80fe5b6ff74206a
3
+ size 1024128
realworld_subset/Gravity/Projectile/8/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/8/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 37.1214,
7
+ "scale_meters": 0.07,
8
+ "meters_per_pixel": 0.001886,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.624568,
12
+ "v_ms": 2.646333,
13
+ "speed_ms": 2.719037,
14
+ "du_px": -11.0387,
15
+ "dv_px": 46.7715,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/8/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: f61b64c1d7104b467fde36b31e832808d02a10c1141df7bd35153eb1723f116c
  • Pointer size: 131 Bytes
  • Size of remote file: 492 kB
realworld_subset/Gravity/Projectile/8/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1519410c0b0699702bc259e1df9db4ca9df485b92be3bdd95b3717ef73debfc
3
+ size 18376
realworld_subset/Gravity/Projectile/8/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/8/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0586a47d40dfd092652755e24deec5fe89a6a817bed7e9567e95b5868cf78913
3
+ size 201653