AnonymousSubmitt commited on
Commit
1a6e288
·
verified ·
1 Parent(s): 29de3aa

Add realworld_subset/Gravity/Projectile/0

Browse files
realworld_subset/Gravity/Projectile/0/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ TennisBall: d = 0.07, e = 0.75, h = 0.57, v_0 = 1.66
4
+ SteelBall: d = 0.04, e = 0.6, h = 0.6, v_0 = 1.59
realworld_subset/Gravity/Projectile/0/annotation_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.57,
13
+ "id": 1,
14
+ "initial_velocity_u": 1.105856,
15
+ "initial_velocity_v": -1.242225,
16
+ "name": "TennisBall",
17
+ "restitution": 0.75,
18
+ "size": 0.067,
19
+ "size_symbol": "d",
20
+ "static": false
21
+ },
22
+ {
23
+ "height": 0.6,
24
+ "id": 2,
25
+ "initial_velocity_u": -0.245343,
26
+ "initial_velocity_v": -1.571728,
27
+ "name": "SteelBall",
28
+ "restitution": 0.6,
29
+ "size": 0.04,
30
+ "size_symbol": "d",
31
+ "static": false
32
+ }
33
+ ],
34
+ "render": {
35
+ "axes_arrow_head_width": 20,
36
+ "axes_arrow_length": 75,
37
+ "axes_arrow_width": 8,
38
+ "fontsize": 20,
39
+ "margin_axes_range": [
40
+ 5,
41
+ 50
42
+ ],
43
+ "margin_env_range": [
44
+ 5,
45
+ 50
46
+ ],
47
+ "margin_ground_range": [
48
+ 5,
49
+ 50
50
+ ],
51
+ "velocity_arrow_head_width": 30,
52
+ "velocity_arrow_length": 100,
53
+ "velocity_arrow_width": 10
54
+ },
55
+ "task_type": "projectile"
56
+ }
realworld_subset/Gravity/Projectile/0/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\nTennisBall: d = 0.07, e = 0.75, h = 0.57, v_0 = 1.66\nSteelBall: d = 0.04, e = 0.6, h = 0.6, v_0 = 1.59",
5
+ "choices": [
6
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
7
+ "R = v_0²·sin(2θ) / (g·cos²θ)",
8
+ "PV^γ = constant",
9
+ "a_n = v² / ρ"
10
+ ],
11
+ "correct_index": 0,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/0",
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/0/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/0/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 39.0,
5
+ "scale_meters": 0.067,
6
+ "meters_per_pixel": 0.001718,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 1.105856,
10
+ "v_ms": -1.242225,
11
+ "speed_ms": 1.663142,
12
+ "du_px": 21.4569,
13
+ "dv_px": -24.1029,
14
+ "static": false
15
+ },
16
+ "2": {
17
+ "u_ms": -0.245343,
18
+ "v_ms": -1.571728,
19
+ "speed_ms": 1.590762,
20
+ "du_px": -4.7604,
21
+ "dv_px": -30.4962,
22
+ "static": false
23
+ }
24
+ }
25
+ }
realworld_subset/Gravity/Projectile/0/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9151b3293e66624c5214c3501a5e2b3edd1755acaafa6e65a0cbe0bdab8c30a2
3
+ size 2048128
realworld_subset/Gravity/Projectile/0/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16a09df2b3cba23713e241ad1fddd1541a82a00eff07c956355535f84b4d7db2
3
+ size 1024128
realworld_subset/Gravity/Projectile/0/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: dad93a9535252dfdfd758b346ab5429e62e62d897b5c53a288b31ca0de941aa7
  • Pointer size: 131 Bytes
  • Size of remote file: 194 kB
realworld_subset/Gravity/Projectile/0/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: d3f9de6f8829291a7def9c3a449d83a57c4121333f6edbe87c8e97a84d3b5464
  • Pointer size: 130 Bytes
  • Size of remote file: 54.3 kB
realworld_subset/Gravity/Projectile/0/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: f55374a6eac35a57e0372a2359d1771ea887d5ecd4222462466c6b4c376a58ff
  • Pointer size: 130 Bytes
  • Size of remote file: 11 kB
realworld_subset/Gravity/Projectile/0/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2827f6adc8c694611ad6b18e3e53a1cf8d99be67a66db498e2b443255930db64
3
+ size 135106
realworld_subset/Gravity/Projectile/0/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f102e94ccf95406478e1b83ec42800f0dd6de1e92f675fbc959998501261120a
3
+ size 1024128
realworld_subset/Gravity/Projectile/0/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/0/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 39.0,
7
+ "scale_meters": 0.067,
8
+ "meters_per_pixel": 0.001718,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 1.148748,
12
+ "v_ms": 1.532017,
13
+ "speed_ms": 1.914863,
14
+ "du_px": 22.2885,
15
+ "dv_px": 29.7248,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": -0.564621,
20
+ "v_ms": 0.863091,
21
+ "speed_ms": 1.03137,
22
+ "du_px": -10.955,
23
+ "dv_px": 16.746,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Gravity/Projectile/0/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 5dfe4d9af8ab88a45b6d9ca85c4a8f2b5aba736101b3efb600ea4253ff44f2f0
  • Pointer size: 131 Bytes
  • Size of remote file: 488 kB
realworld_subset/Gravity/Projectile/0/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6679d0253c380e2e7b0b511620af87b274fd8f366c7ab11e6380477e5a9053
3
+ size 73561
realworld_subset/Gravity/Projectile/0/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 2.0
realworld_subset/Gravity/Projectile/0/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1688b5c35248ba51a6faeaafe6f4894aba502234d607266c24d05a397a795db
3
+ size 704449