AnonymousSubmitt commited on
Commit
49cc64c
·
verified ·
1 Parent(s): 72ad26e

Add realworld_subset/Gravity/Freefall/11

Browse files
realworld_subset/Gravity/Freefall/11/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ PingPongBall: d = 0.07, e = 0.75, h = 1.41, v_0 = 0.0
4
+ Baseball: d = 0.07, e = 0.55, h = 1.36, v_0 = 0.0
realworld_subset/Gravity/Freefall/11/annotation_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.41,
13
+ "id": 1,
14
+ "initial_velocity_v": 0,
15
+ "name": "PingPongBall",
16
+ "restitution": 0.75,
17
+ "size": 0.07,
18
+ "size_symbol": "d",
19
+ "static": true
20
+ },
21
+ {
22
+ "height": 1.36,
23
+ "id": 2,
24
+ "initial_velocity_v": 0,
25
+ "name": "Baseball",
26
+ "restitution": 0.55,
27
+ "size": 0.07,
28
+ "size_symbol": "d",
29
+ "static": true
30
+ }
31
+ ],
32
+ "render": {
33
+ "axes_arrow_head_width": 20,
34
+ "axes_arrow_length": 75,
35
+ "axes_arrow_width": 8,
36
+ "fontsize": 20,
37
+ "margin_axes_range": [
38
+ 5,
39
+ 50
40
+ ],
41
+ "margin_env_range": [
42
+ 5,
43
+ 50
44
+ ],
45
+ "margin_ground_range": [
46
+ 5,
47
+ 50
48
+ ],
49
+ "velocity_arrow_head_width": 30,
50
+ "velocity_arrow_length": 100,
51
+ "velocity_arrow_width": 10
52
+ },
53
+ "task_type": "freefall"
54
+ }
realworld_subset/Gravity/Freefall/11/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "D",
3
+ "correct_formula": "v = v_0 + g·t",
4
+ "annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nPingPongBall: d = 0.07, e = 0.75, h = 1.41, v_0 = 0.0\nBaseball: d = 0.07, e = 0.55, h = 1.36, v_0 = 0.0",
5
+ "choices": [
6
+ "y(t) = h·(1 - e^(-g·t²/2))",
7
+ "B = μ_0·I / (2π·r)",
8
+ "F·Δt = m·v_f - m·v_i",
9
+ "v = v_0 + g·t"
10
+ ],
11
+ "correct_index": 3,
12
+ "physics_type": "FreeFall",
13
+ "seed": "FreeFall|Gravity/Freefall/11",
14
+ "is_realworld": true,
15
+ "dropped_wrong_formulas": [
16
+ "P + (1/2)·ρ·v² + ρ·g·h = constant"
17
+ ]
18
+ }
realworld_subset/Gravity/Freefall/11/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Freefall/11/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 22.0,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.001818,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.0,
10
+ "v_ms": 0.0,
11
+ "speed_ms": 0.0,
12
+ "du_px": 0.0,
13
+ "dv_px": 0.0,
14
+ "static": true
15
+ },
16
+ "2": {
17
+ "u_ms": 0.0,
18
+ "v_ms": 0.0,
19
+ "speed_ms": 0.0,
20
+ "du_px": 0.0,
21
+ "dv_px": 0.0,
22
+ "static": true
23
+ }
24
+ }
25
+ }
realworld_subset/Gravity/Freefall/11/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5927d775c020903815a1126f8704f8bd3cb7018bc22da8d9402750b698f0131e
3
+ size 2048128
realworld_subset/Gravity/Freefall/11/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed12f3f7edd7823181fdcd6e358e4b00fff9020402ee1fdcb887c83e6dca51d
3
+ size 1024128
realworld_subset/Gravity/Freefall/11/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 580192655e3e7688de6570513a90c51426e0fd894c8126b719c25f988b30e2f5
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
realworld_subset/Gravity/Freefall/11/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: c40e5be2b546397fbbee06bf5f51fe15dcd6139f2ca006e42f866a8084c6ad1c
  • Pointer size: 130 Bytes
  • Size of remote file: 52.2 kB
realworld_subset/Gravity/Freefall/11/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 31948a97bed97c82c76cc6b0c86f05a288ee65c8a2559e4218824099792b1f77
  • Pointer size: 130 Bytes
  • Size of remote file: 11.5 kB
realworld_subset/Gravity/Freefall/11/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d09362c866ff2cf3718b6cc171af10037b8b42f9c9f90f8750a3b1f2090c890
3
+ size 69404
realworld_subset/Gravity/Freefall/11/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795f126525ad64e97e35ed65ac4f2cfaffba3b2ab6d1760f91cadf402c28e72f
3
+ size 1024128
realworld_subset/Gravity/Freefall/11/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/11/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.2,
5
+ "frame_index": 6,
6
+ "scale_px": 22.0,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.001818,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": 0.028592,
12
+ "v_ms": 2.365678,
13
+ "speed_ms": 2.365851,
14
+ "du_px": 0.5242,
15
+ "dv_px": 43.3751,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": -0.088005,
20
+ "v_ms": 2.153712,
21
+ "speed_ms": 2.155509,
22
+ "du_px": -1.6136,
23
+ "dv_px": 39.4887,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Gravity/Freefall/11/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 0e29c255fcbf2b5bbe1633e112a98e38abcf0d498b228d7a9c9cffe4a8b9dbc8
  • Pointer size: 131 Bytes
  • Size of remote file: 583 kB
realworld_subset/Gravity/Freefall/11/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2ceeec6fdc10def5667e2b190a646f5e3b9f6bce6177e8d6304f1491fa2e459
3
+ size 37692
realworld_subset/Gravity/Freefall/11/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Freefall/11/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97805e46160ccee2a51a5319789117a4ab1e4870bb9d8751ee2ece2a1782ecd5
3
+ size 412713