AnonymousSubmitt commited on
Commit
f1713d4
·
verified ·
1 Parent(s): e6b1026

Add realworld_subset/Gravity/Projectile/6

Browse files
realworld_subset/Gravity/Projectile/6/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ SteelBall: d = 0.04, e = 0.6, h = 0.75, v_0 = 0.56
realworld_subset/Gravity/Projectile/6/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.75,
13
+ "id": 1,
14
+ "initial_velocity_u": -0.560559,
15
+ "initial_velocity_v": 0,
16
+ "name": "SteelBall",
17
+ "restitution": 0.6,
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/6/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\nSteelBall: d = 0.04, e = 0.6, h = 0.75, v_0 = 0.56",
5
+ "choices": [
6
+ "y = h·cos(g·x / v_0²) + x·tanθ",
7
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
8
+ "m·g·h + (1/2)·m·v_0² = constant",
9
+ "F = G·m_1·m_2 / r²"
10
+ ],
11
+ "correct_index": 1,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/6",
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/6/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/6/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 28.0,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.001429,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": -0.560559,
10
+ "v_ms": 0.073416,
11
+ "speed_ms": 0.565346,
12
+ "du_px": -13.0797,
13
+ "dv_px": 1.713,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/6/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4425ce7bb45662be16e65386edcfba414b5ffd79a6ecc55fc1cc592c2ddcdd2b
3
+ size 2048128
realworld_subset/Gravity/Projectile/6/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db360ddbd628c81f85afeede12a8ca84e25c9951486426b92e6da1b18265eb1a
3
+ size 1024128
realworld_subset/Gravity/Projectile/6/initial_state/rgb_0000.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: a22c91021d442678e895eb86a6e2889a0780a628cbdc70e6f02a9e61c129ad18
  • Pointer size: 130 Bytes
  • Size of remote file: 38.6 kB
realworld_subset/Gravity/Projectile/6/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 6070413942db083444876233176acbb013d1c3374fcc81fc8549ddfdd51db0fd
  • Pointer size: 129 Bytes
  • Size of remote file: 7.73 kB
realworld_subset/Gravity/Projectile/6/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d83bcbfd4b13034811da6552efd0e0613afba8687b7dd12e838401768710260
3
+ size 33650
realworld_subset/Gravity/Projectile/6/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a30a703393ff5ca42647af4de6c37ad734c6b6070460aa2f9ed6e4a88ccb767
3
+ size 1024128
realworld_subset/Gravity/Projectile/6/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/6/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 28.0,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.001429,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.696923,
12
+ "v_ms": 1.926387,
13
+ "speed_ms": 2.048578,
14
+ "du_px": -16.2567,
15
+ "dv_px": 44.9356,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/6/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: dbccc7b3149609fa83d649d9ae86e215c9f15d7aee233365c4b7458a12fc29e7
  • Pointer size: 131 Bytes
  • Size of remote file: 490 kB
realworld_subset/Gravity/Projectile/6/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:488baea8bb68dd08bd6c376d4ff52c631e1cc74cdc380d3cfa8b970b5e55278c
3
+ size 17639
realworld_subset/Gravity/Projectile/6/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/6/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670f412e69b91a521f65ecbfa1e2e69095ce8d0595b48d7f93bc65d8f4c1e7c6
3
+ size 200846