AnonymousSubmitt commited on
Commit
57246f1
·
verified ·
1 Parent(s): 7218799

Add realworld_subset/Gravity/Projectile/16

Browse files
realworld_subset/Gravity/Projectile/16/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 = 1.05, v_0 = 0.96
realworld_subset/Gravity/Projectile/16/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.05,
13
+ "id": 1,
14
+ "initial_velocity_u": 0.003195,
15
+ "initial_velocity_v": -0.957241,
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/16/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "A",
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 = 1.05, v_0 = 0.96",
5
+ "choices": [
6
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
7
+ "y = h·cos(g·x / v_0²) + x·tanθ",
8
+ "B = μ_0·I / (2π·r)",
9
+ "m·g·h + (1/2)·m·v_0² = constant"
10
+ ],
11
+ "correct_index": 0,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/16",
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/16/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/16/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 28.0713,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.001425,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.003195,
10
+ "v_ms": -0.957241,
11
+ "speed_ms": 0.957246,
12
+ "du_px": 0.0747,
13
+ "dv_px": -22.3925,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/16/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1efe48eb615ab4ae6c5dce89d2dc726f6764f4270d0daddc32368843dbd9fa
3
+ size 2048128
realworld_subset/Gravity/Projectile/16/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22f57593618971fa164465177a3eadaadb40c060bc89a49a45faa00fe6d9f0f
3
+ size 1024128
realworld_subset/Gravity/Projectile/16/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 65de9eac52928360c1455bef279ca4c87da2c2cba2872de682d80026a62543d3
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
realworld_subset/Gravity/Projectile/16/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: ff07910218fd934c7c384af0003d821024032eec781f4f4720e6b58b4ab399a2
  • Pointer size: 130 Bytes
  • Size of remote file: 38.3 kB
realworld_subset/Gravity/Projectile/16/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 7f3a4e525b0d70de14f2dbdcb6c108bc74a45065ad7cfcd3178bc0386400e1db
  • Pointer size: 129 Bytes
  • Size of remote file: 7.81 kB
realworld_subset/Gravity/Projectile/16/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51239f1c5f07cc28a689cae74a78b1126c2cd6437104fb20628edf3ecd2fca3
3
+ size 64701
realworld_subset/Gravity/Projectile/16/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb249928e74609c1cfbce00f6e1a76493f114f81a496b009ebc74a3cc96504c6
3
+ size 1024128
realworld_subset/Gravity/Projectile/16/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/16/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.4,
5
+ "frame_index": 12,
6
+ "scale_px": 28.0713,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.001425,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.074644,
12
+ "v_ms": 1.502826,
13
+ "speed_ms": 1.504678,
14
+ "du_px": 1.7461,
15
+ "dv_px": 35.1538,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/16/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 9be84e324bd73033c319de03a410871b27d7ef16448f291e93694f88a8fc8fce
  • Pointer size: 131 Bytes
  • Size of remote file: 347 kB
realworld_subset/Gravity/Projectile/16/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c542b98c450b4fa344c41cf951b73b84326db44b3141c4f3ee0dbc520e0f94
3
+ size 33715
realworld_subset/Gravity/Projectile/16/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Projectile/16/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c7228ea91c25a6df58a8ead8e01f79a3aefe29779c0bb1ce11c36a91709dd8
3
+ size 327716