AnonymousSubmitt commited on
Commit
31f34b4
·
verified ·
1 Parent(s): cc57014

Add realworld_subset/Gravity/Projectile/45

Browse files
realworld_subset/Gravity/Projectile/45/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.85, v_0 = 2.98
realworld_subset/Gravity/Projectile/45/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.85,
13
+ "id": 1,
14
+ "initial_velocity_u": 0.239392,
15
+ "initial_velocity_v": -2.974915,
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/45/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\nPingPongBall: d = 0.04, e = 0.71, h = 0.85, v_0 = 2.98",
5
+ "choices": [
6
+ "T = 2π·√(L/g)",
7
+ "y_max = v_0²·sin²θ / (2·g·cosθ)",
8
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
9
+ "a_n = v² / ρ"
10
+ ],
11
+ "correct_index": 2,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/45",
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/45/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/45/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 16.0,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.0025,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.239392,
10
+ "v_ms": -2.974915,
11
+ "speed_ms": 2.984532,
12
+ "du_px": 3.1919,
13
+ "dv_px": -39.6655,
14
+ "static": false
15
+ }
16
+ }
17
+ }
realworld_subset/Gravity/Projectile/45/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45dc8fea292804937599238ea551ba3053ef9c715f14adb13f4c370c217fb374
3
+ size 2048128
realworld_subset/Gravity/Projectile/45/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:449bbb1e1faf9408e9fff0db72b804629f07b8527d0153796a6fa9cc0c21aa9a
3
+ size 1024128
realworld_subset/Gravity/Projectile/45/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 5a6bab58627fb3395aa962e1a409cd3fb2a44d708072db1e156ad1acc02189f3
  • Pointer size: 131 Bytes
  • Size of remote file: 673 kB
realworld_subset/Gravity/Projectile/45/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 3b87f6e5b040f9bffbd3025bd797e02ca3adc42cf8fe6ae86fb621b260c48848
  • Pointer size: 130 Bytes
  • Size of remote file: 37.9 kB
realworld_subset/Gravity/Projectile/45/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 506bbe4aac5f33a4145b5d5aff23bc43e86ec7584ac6357d8cde4b296599ec21
  • Pointer size: 129 Bytes
  • Size of remote file: 6.49 kB
realworld_subset/Gravity/Projectile/45/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdd3775c634f1fe32c44d63143e58027533384d4fef8a34dd7a7df61b696f90
3
+ size 94360
realworld_subset/Gravity/Projectile/45/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d8874d0a33587c0c438032b2df2679d7322b5c3b3bfe5f123ef43b1ae16085e
3
+ size 1024128
realworld_subset/Gravity/Projectile/45/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/45/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 16.0,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.0025,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.366751,
12
+ "v_ms": -0.842837,
13
+ "speed_ms": 0.919174,
14
+ "du_px": 4.89,
15
+ "dv_px": -11.2378,
16
+ "static": false
17
+ }
18
+ }
19
+ }
realworld_subset/Gravity/Projectile/45/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 7551daf3cf0fa020904f2c38f8c64b888de711330b49b28a4d5d07a936f6846c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.64 MB
realworld_subset/Gravity/Projectile/45/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adb28cbdaf7118bf9506a59821db4a3658ed02cfeaa177db40ed886647e3af05
3
+ size 48195
realworld_subset/Gravity/Projectile/45/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.5
realworld_subset/Gravity/Projectile/45/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e76a97e26a798f08e58334fede8f296492d37ef92010d91032d6d7e696639b6
3
+ size 2289532