AnonymousSubmitt commited on
Commit
5654f80
·
verified ·
1 Parent(s): 1a6e288

Add realworld_subset/Gravity/Projectile/10

Browse files
realworld_subset/Gravity/Projectile/10/annotation.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ TennisBall: d = 0.07, e = 0.75, h = 1.1, v_0 = 2.11
realworld_subset/Gravity/Projectile/10/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.1,
13
+ "id": 1,
14
+ "initial_velocity_u": 0,
15
+ "initial_velocity_v": -2.109775,
16
+ "name": "TennisBall",
17
+ "restitution": 0.75,
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/10/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\nTennisBall: d = 0.07, e = 0.75, h = 1.1, v_0 = 2.11",
5
+ "choices": [
6
+ "R = v_0²·sin(2θ) / (g·cos²θ)",
7
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
8
+ "PV^γ = constant",
9
+ "h_next = e²·h_current"
10
+ ],
11
+ "correct_index": 1,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/10",
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/10/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/10/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 41.0122,
5
+ "scale_meters": 0.067,
6
+ "meters_per_pixel": 0.001634,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.004271,
10
+ "v_ms": -2.109775,
11
+ "speed_ms": 2.109779,
12
+ "du_px": 0.0872,
13
+ "dv_px": -43.048,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/10/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:774504d63a128303c53746c11485ab46af7b95066ae48954134e9dff8f9c4c41
3
+ size 2048128
realworld_subset/Gravity/Projectile/10/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62deb4c1b5e9acccc4d33f6666cd95c44f18fc737089ebf9bdbb00a16f542d9
3
+ size 1024128
realworld_subset/Gravity/Projectile/10/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: fd737bb7c7810b47bfa735257bfe2e53e33c2659061734b71e525dcac084cee9
  • Pointer size: 131 Bytes
  • Size of remote file: 136 kB
realworld_subset/Gravity/Projectile/10/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 3f3c464815ceafc02bce71781b902279e01afa7f29931dbcd73f2fd2fbae4c60
  • Pointer size: 130 Bytes
  • Size of remote file: 37 kB
realworld_subset/Gravity/Projectile/10/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 6575c34fcda3c5b0cd8966d8dc17fac18cf52e951d267798c241abaf01b9dae7
  • Pointer size: 129 Bytes
  • Size of remote file: 8.92 kB
realworld_subset/Gravity/Projectile/10/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d888cb57a8d7a98172f9edd5cd3a824296703ddc17ca37205d280329edf1d8
3
+ size 98104
realworld_subset/Gravity/Projectile/10/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e915b7d0541cde68d7edb4c242c54a2903c2cb18e547558221b1b41b355cc3
3
+ size 1024128
realworld_subset/Gravity/Projectile/10/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/10/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.2,
5
+ "frame_index": 6,
6
+ "scale_px": 41.0122,
7
+ "scale_meters": 0.067,
8
+ "meters_per_pixel": 0.001634,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.115958,
12
+ "v_ms": -0.52423,
13
+ "speed_ms": 0.536902,
14
+ "du_px": -2.3655,
15
+ "dv_px": -10.6942,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/10/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 5e7bdffe448c44594231ca33cf378130a882da969e9c7320a6cb9e3dfb22e21e
  • Pointer size: 131 Bytes
  • Size of remote file: 389 kB
realworld_subset/Gravity/Projectile/10/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d3377443b213a8eb7c538f1afbd39878f39b87bef17ae3c819c022bc56b222
3
+ size 51932
realworld_subset/Gravity/Projectile/10/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.5
realworld_subset/Gravity/Projectile/10/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9793a9fe4b526cc7f450f875427f4d560fd1b77cd5c7aebe0ebd9f7461c2e9f2
3
+ size 469527