AnonymousSubmitt commited on
Commit
dd5e0ab
·
verified ·
1 Parent(s): 14c840f

Add realworld_subset/Gravity/Projectile/54

Browse files
realworld_subset/Gravity/Projectile/54/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ SteelBall: d = 0.04, e = 0.6, h = 1.5, v_0 = 4.21
4
+ TennisBall: d = 0.07, e = 0.75, h = 2.2, v_0 = 3.99
realworld_subset/Gravity/Projectile/54/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": 1.5,
13
+ "id": 1,
14
+ "initial_velocity_u": 2.132593,
15
+ "initial_velocity_v": 3.629862,
16
+ "name": "SteelBall",
17
+ "restitution": 0.6,
18
+ "size": 0.04,
19
+ "size_symbol": "d",
20
+ "static": false
21
+ },
22
+ {
23
+ "height": 2.2,
24
+ "id": 2,
25
+ "initial_velocity_u": 2.710366,
26
+ "initial_velocity_v": 2.929737,
27
+ "name": "TennisBall",
28
+ "restitution": 0.75,
29
+ "size": 0.07,
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/54/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.5, v_0 = 4.21\nTennisBall: d = 0.07, e = 0.75, h = 2.2, v_0 = 3.99",
5
+ "choices": [
6
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
7
+ "T = 2π·√(L/g)",
8
+ "a_n = v² / ρ",
9
+ "y = h·cos(g·x / v_0²) + x·tanθ"
10
+ ],
11
+ "correct_index": 0,
12
+ "physics_type": "Projectile",
13
+ "seed": "Projectile|Gravity/Projectile/54",
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/54/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Projectile/54/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 20.025,
5
+ "scale_meters": 0.067,
6
+ "meters_per_pixel": 0.003346,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 2.132593,
10
+ "v_ms": 3.629862,
11
+ "speed_ms": 4.209971,
12
+ "du_px": 21.2463,
13
+ "dv_px": 36.1632,
14
+ "static": false
15
+ },
16
+ "2": {
17
+ "u_ms": 2.710366,
18
+ "v_ms": 2.929737,
19
+ "speed_ms": 3.99117,
20
+ "du_px": 27.0025,
21
+ "dv_px": 29.188,
22
+ "static": false
23
+ }
24
+ }
25
+ }
realworld_subset/Gravity/Projectile/54/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6eb6d46adc0ba968744db580742049ef9f9601a166d4a46fbafa4044873b681
3
+ size 1705728
realworld_subset/Gravity/Projectile/54/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20f038fa5565ce705a4aca098d948360a34f00740931d4580ed3877fc122330
3
+ size 852928
realworld_subset/Gravity/Projectile/54/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 5268fcffdb7474cded5d06bb026dc8397bfba014da22b44ff799e68379aaffd6
  • Pointer size: 131 Bytes
  • Size of remote file: 396 kB
realworld_subset/Gravity/Projectile/54/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 5834e46671287506dceb61cba4c562e26d997f11d8576430b2646d315d560ee0
  • Pointer size: 130 Bytes
  • Size of remote file: 50.7 kB
realworld_subset/Gravity/Projectile/54/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 0ad81b398d9fa8479f1909ae991e40922b3755a4ce07703265281ca427f5af95
  • Pointer size: 129 Bytes
  • Size of remote file: 7.4 kB
realworld_subset/Gravity/Projectile/54/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7961be5fdbbb586f80fcdf4cd58d8995de2ca34aa07630c017acd9f254203fc
3
+ size 29310
realworld_subset/Gravity/Projectile/54/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3140ec8353f1d8b38a2ab1cc6aaca190a2ecc53c06d7beaa09c916d238aafde4
3
+ size 852928
realworld_subset/Gravity/Projectile/54/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/54/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.2,
5
+ "frame_index": 6,
6
+ "scale_px": 20.025,
7
+ "scale_meters": 0.067,
8
+ "meters_per_pixel": 0.003346,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 2.146102,
12
+ "v_ms": 5.41476,
13
+ "speed_ms": 5.82455,
14
+ "du_px": 21.3798,
15
+ "dv_px": 53.9426,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": 2.656568,
20
+ "v_ms": 4.511844,
21
+ "speed_ms": 5.235847,
22
+ "du_px": 26.4651,
23
+ "dv_px": 44.9476,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Gravity/Projectile/54/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 53f862e8b187924e64a70ed642c893bb116f557e37c835e4ca81003d32aa42f2
  • Pointer size: 131 Bytes
  • Size of remote file: 889 kB
realworld_subset/Gravity/Projectile/54/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b69d22fa4be68b9b2de4c479f52f9462c0d9bec3c4e3f1cca10b696acf6aec
3
+ size 15724
realworld_subset/Gravity/Projectile/54/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 0.5
realworld_subset/Gravity/Projectile/54/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c78fd3a7504f6a3a0d07449d0b79573358b4279de195c3eed3c106a2762a714
3
+ size 349390