AnonymousSubmitt commited on
Commit
83cfcf1
·
verified ·
1 Parent(s): 9078e37

Add realworld_subset/Gravity/Projectile/38

Browse files
realworld_subset/Gravity/Projectile/38/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 = 0.72, v_0 = 3.43
realworld_subset/Gravity/Projectile/38/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.72,
13
+ "id": 1,
14
+ "initial_velocity_u": 0.737566,
15
+ "initial_velocity_v": -3.35278,
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/38/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\nFloorball: d = 0.07, e = 0.86, h = 0.72, v_0 = 3.43",
5
+ "choices": [
6
+ "F = G·m_1·m_2 / r²",
7
+ "y_max = v_0²·sin²θ / (2·g·cosθ)",
8
+ "a_n = v² / ρ",
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/38",
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/38/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/38/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 26.0,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.002808,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.737566,
10
+ "v_ms": -3.35278,
11
+ "speed_ms": 3.432949,
12
+ "du_px": 8.7565,
13
+ "dv_px": -39.8047,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/38/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a0f1fe8d0367f0e7cd6cf72cbcc7127b8a9c5378ff16c91004f54355a1902e9
3
+ size 2048128
realworld_subset/Gravity/Projectile/38/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83333984ad8894d2e657914b1b4253279f61ccc7c5529b1fb4fd4782dc1a5639
3
+ size 1024128
realworld_subset/Gravity/Projectile/38/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 3325d2be64d33cba12fa15e52238fa7cde1ebdc851a0f0afc2245fac35ea25d3
  • Pointer size: 131 Bytes
  • Size of remote file: 630 kB
realworld_subset/Gravity/Projectile/38/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: a17a52d783b5df4ab8e6188669c73d8394787efc4930ce4ee638f2da7703efeb
  • Pointer size: 129 Bytes
  • Size of remote file: 6.79 kB
realworld_subset/Gravity/Projectile/38/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1d5f2e1998a9c66a9a2e86d7a157ab8c75334441ecf06f1e59b21053d0d617
3
+ size 95654
realworld_subset/Gravity/Projectile/38/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f877a804acdf50af4e877d152844e7deca7e05d8800a51d8fb98dcc4bdc4fb55
3
+ size 1024128
realworld_subset/Gravity/Projectile/38/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/38/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.4,
5
+ "frame_index": 12,
6
+ "scale_px": 26.0,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.002808,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.910117,
12
+ "v_ms": -0.173734,
13
+ "speed_ms": 0.926551,
14
+ "du_px": 10.8039,
15
+ "dv_px": -2.0624,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/38/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 83f1fed4d078b93d73ba96d2d044b083d45588ab840ea0cfb0da6cf124c4a24d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
realworld_subset/Gravity/Projectile/38/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd261291f3461da9638a752ced95ce7a68c80173b2fd412e886a6bde7ce3f1da
3
+ size 49647
realworld_subset/Gravity/Projectile/38/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.5
realworld_subset/Gravity/Projectile/38/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:191707df4b814e1e521e042506f712bd7fd3cb2190beafc66546c1f4c08da04e
3
+ size 2283610