AnonymousSubmitt commited on
Commit
4b87f83
·
verified ·
1 Parent(s): f8d3558

Add realworld_subset/Gravity/Projectile/4

Browse files
realworld_subset/Gravity/Projectile/4/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 = 0.77, v_0 = 1.20
realworld_subset/Gravity/Projectile/4/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.77,
13
+ "id": 1,
14
+ "initial_velocity_u": -1.200081,
15
+ "initial_velocity_v": 0,
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/4/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 = 0.77, v_0 = 1.20",
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/4",
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/4/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/4/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 18.0,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.002222,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": -1.200081,
10
+ "v_ms": 0.218275,
11
+ "speed_ms": 1.21977,
12
+ "du_px": -18.0012,
13
+ "dv_px": 3.2741,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/4/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89241085b57b88a0d168d6691f2c07818188e316c9849d23b265340a27367a64
3
+ size 2048128
realworld_subset/Gravity/Projectile/4/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4106fcae209a078dafde278f68ce526b55ddd30c8f3f327ba62ad17105d36d
3
+ size 1024128
realworld_subset/Gravity/Projectile/4/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: e07776b48014e9e77e989d551cdec01417dec3850f3efac705a48706472ece73
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
realworld_subset/Gravity/Projectile/4/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 1360da5aea0df3cd78975b1e9b7d50fa3ca1e00db66c527e1f0747f43943e117
  • Pointer size: 130 Bytes
  • Size of remote file: 38.4 kB
realworld_subset/Gravity/Projectile/4/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 29d44da558c09ca78caa8635f04d7163b1683093ab894eec46d5cd9381f56063
  • Pointer size: 129 Bytes
  • Size of remote file: 7.1 kB
realworld_subset/Gravity/Projectile/4/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28cc450d9788c8f5857118d72f7ef17e7ce9a07c696bde5df6a181f24cfd061a
3
+ size 33476
realworld_subset/Gravity/Projectile/4/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70688d4200b40e717f767196da76d4d2fa0e8d0ce05d7311534eda606cbfdd9e
3
+ size 1024128
realworld_subset/Gravity/Projectile/4/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/4/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.2,
5
+ "frame_index": 6,
6
+ "scale_px": 18.0,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.002222,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -1.2043,
12
+ "v_ms": 2.145351,
13
+ "speed_ms": 2.460258,
14
+ "du_px": -18.0663,
15
+ "dv_px": 32.1835,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/4/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 86349428bef85aded8afb774a68a29380bc9f210d7612890aa44a1d318b821e6
  • Pointer size: 131 Bytes
  • Size of remote file: 468 kB
realworld_subset/Gravity/Projectile/4/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e3a459b8ecb787d6b1b08cf5df8e32bcf313a55b65efead424ccca3ffad6771
3
+ size 17482
realworld_subset/Gravity/Projectile/4/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/4/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dec08f912fcc1d9cd2023f38efe6cb175416f4c2e29b3a93b489004b406d6a
3
+ size 202253