AnonymousSubmitt commited on
Commit
f8d3558
·
verified ·
1 Parent(s): 83cfcf1

Add realworld_subset/Gravity/Projectile/39

Browse files
realworld_subset/Gravity/Projectile/39/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.4, v_0 = 3.99
realworld_subset/Gravity/Projectile/39/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.4,
13
+ "id": 1,
14
+ "initial_velocity_u": 2.957925,
15
+ "initial_velocity_v": -2.674851,
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/39/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "C",
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.4, v_0 = 3.99",
5
+ "choices": [
6
+ "a_n = v² / ρ",
7
+ "B = μ_0·I / (2π·r)",
8
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
9
+ "v_x(t) = v_0·cosθ · e^(-g·t/v_0)"
10
+ ],
11
+ "correct_index": 2,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/39",
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/39/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/39/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 22.0,
5
+ "scale_meters": 0.067,
6
+ "meters_per_pixel": 0.003045,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 2.957925,
10
+ "v_ms": -2.674851,
11
+ "speed_ms": 3.988001,
12
+ "du_px": 32.3753,
13
+ "dv_px": -29.277,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/39/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fb50e5a7d795e2c587fbe5b611733b56613d43372b6c519ab1e0c1f26a5097
3
+ size 2048128
realworld_subset/Gravity/Projectile/39/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1393e56fcc948e7b460c578066045c7c00f1c2975ef5badcb7bad17aa7d9cb77
3
+ size 1024128
realworld_subset/Gravity/Projectile/39/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 6473a6d12726ee5dd73ff5b8759d7bf75d054f27553ad01dab0162327ce083f0
  • Pointer size: 131 Bytes
  • Size of remote file: 637 kB
realworld_subset/Gravity/Projectile/39/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 02aaf09acf0a52fb3324d0fcbf973796fd80712f6c0dac0be415ce30eb21966d
  • Pointer size: 130 Bytes
  • Size of remote file: 38.5 kB
realworld_subset/Gravity/Projectile/39/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 8a95b7312ec5f6ce7c1b37987246b7ffbaf6d9945b1b3f46a18ee1029be77fef
  • Pointer size: 129 Bytes
  • Size of remote file: 6.66 kB
realworld_subset/Gravity/Projectile/39/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8401072733fda0b73e7e916b2eb762c8dbcc588a87f51e6f035658470a3af642
3
+ size 33231
realworld_subset/Gravity/Projectile/39/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c355f882d82c6bd30a7180d96e9c2f1c0b7bb987c9e6e663cf2881018f9de5
3
+ size 1024128
realworld_subset/Gravity/Projectile/39/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/39/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.4,
5
+ "frame_index": 12,
6
+ "scale_px": 22.0,
7
+ "scale_meters": 0.067,
8
+ "meters_per_pixel": 0.003045,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 3.487791,
12
+ "v_ms": 0.639462,
13
+ "speed_ms": 3.545927,
14
+ "du_px": 38.1805,
15
+ "dv_px": 7.0001,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/39/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 6ab5a72fef048493def7b0ee87326b2381112864d985ebc2b8e7dd876c502e2f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
realworld_subset/Gravity/Projectile/39/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5b08b6518f5d3691a7fbef55ef273dcc7cc03c9f7056f523a02adf5bdcdc1d8
3
+ size 17252
realworld_subset/Gravity/Projectile/39/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/39/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de7a78e3c2b810f65f05b41b3647658ae2ad6e0414b4d5f99f9549b679e59cd
3
+ size 839482