AnonymousSubmitt commited on
Commit
d9d91f6
·
verified ·
1 Parent(s): 85b7a6c

Add realworld_subset/Gravity/Projectile/24

Browse files
realworld_subset/Gravity/Projectile/24/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ PingPongBall: d = 0.04, e = 0.71, h = 1.26, v_0 = 1.53
realworld_subset/Gravity/Projectile/24/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.26,
13
+ "id": 1,
14
+ "initial_velocity_u": 1.089119,
15
+ "initial_velocity_v": -1.068521,
16
+ "name": "PingPongBall",
17
+ "restitution": 0.71,
18
+ "size": 0.04,
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/24/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\nPingPongBall: d = 0.04, e = 0.71, h = 1.26, v_0 = 1.53",
5
+ "choices": [
6
+ "R = v_0²·sin(2θ) / (g·cos²θ)",
7
+ "m·g·h + (1/2)·m·v_0² = constant",
8
+ "F = G·m_1·m_2 / r²",
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/24",
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/24/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/24/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 14.0357,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.00285,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 1.089119,
10
+ "v_ms": -1.068521,
11
+ "speed_ms": 1.525751,
12
+ "du_px": 12.7388,
13
+ "dv_px": -12.4978,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/24/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7eedb0c15ddc1a9bec1c8e7bff0b08ca254d5b27933dbf840f52b4b69720c5
3
+ size 2048128
realworld_subset/Gravity/Projectile/24/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1733429f41f5c2bc135349193345d317e1ad6b4ce433a0c251fb2b7dc6e1de8
3
+ size 1024128
realworld_subset/Gravity/Projectile/24/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 946ded8a5cc9ac640887668a359466dfb618ed4ecd1c73481bc1d07b6dcad5e2
  • Pointer size: 131 Bytes
  • Size of remote file: 644 kB
realworld_subset/Gravity/Projectile/24/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 82a5d0dd05825cad357aba6b593c432afe002a830854bc7cccc768810713a22a
  • Pointer size: 130 Bytes
  • Size of remote file: 38.2 kB
realworld_subset/Gravity/Projectile/24/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: a924946a95a4b689bf48c284ef7f69ab19a9a07dd00ee4cda6a89d37864645a6
  • Pointer size: 129 Bytes
  • Size of remote file: 6.04 kB
realworld_subset/Gravity/Projectile/24/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e1293bb2009d0c741b2889d701bbd5ede120a1bdde64e121acba7a77b39e99
3
+ size 63543
realworld_subset/Gravity/Projectile/24/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:114660c84470cefd9c54884e7b70b301a33598d6121b03bf237c4d035d29c023
3
+ size 1024128
realworld_subset/Gravity/Projectile/24/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/24/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 14.0357,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.00285,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 1.069526,
12
+ "v_ms": 1.179035,
13
+ "speed_ms": 1.591857,
14
+ "du_px": 12.5091,
15
+ "dv_px": 13.7899,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/24/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: d5ee0052afe1abe5e05a4b7fc06e72219c2d074e30b3489f263445b53e18905c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.63 MB
realworld_subset/Gravity/Projectile/24/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ed4b48fd14dd8aaa2b624ef4b9546df2c6ebed2d95416a2ebc4e37395ebf14
3
+ size 32465
realworld_subset/Gravity/Projectile/24/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/24/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b63e703ac355b0d0a1769213bda8d76a03ae98239adf69cc725ba251c5cf959
3
+ size 1611388