AnonymousSubmitt commited on
Commit
eaae9bd
·
verified ·
1 Parent(s): 409b0bb

Add realworld_subset/Gravity/Freefall/15

Browse files
realworld_subset/Gravity/Freefall/15/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ Baseball: d = 0.07, e = 0.55, h = 1.0, v_0 = 0.0
4
+ TennisBall: d = 0.07, e = 0.75, h = 1.4, v_0 = 0.0
realworld_subset/Gravity/Freefall/15/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,
13
+ "id": 1,
14
+ "initial_velocity_v": 0,
15
+ "name": "Baseball",
16
+ "restitution": 0.55,
17
+ "size": 0.07,
18
+ "size_symbol": "d",
19
+ "static": true
20
+ },
21
+ {
22
+ "height": 1.4,
23
+ "id": 2,
24
+ "initial_velocity_v": 0,
25
+ "name": "TennisBall",
26
+ "restitution": 0.75,
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/15/formula_info.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "C",
3
+ "correct_formula": "v = v_0 + g·t",
4
+ "annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nBaseball: d = 0.07, e = 0.55, h = 1.0, v_0 = 0.0\nTennisBall: d = 0.07, e = 0.75, h = 1.4, v_0 = 0.0",
5
+ "choices": [
6
+ "F = k·q_1·q_2 / r²",
7
+ "I = (1/10)·m·d²",
8
+ "v = v_0 + g·t",
9
+ "v_impact = √(g·h) · (1 + μ·t)"
10
+ ],
11
+ "correct_index": 2,
12
+ "physics_type": "FreeFall",
13
+ "seed": "FreeFall|Gravity/Freefall/15",
14
+ "is_realworld": true,
15
+ "dropped_wrong_formulas": [
16
+ "P + (1/2)·ρ·v² + ρ·g·h = constant"
17
+ ]
18
+ }
realworld_subset/Gravity/Freefall/15/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Gravity/Freefall/15/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 40.0125,
5
+ "scale_meters": 0.073,
6
+ "meters_per_pixel": 0.001824,
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/15/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67077d5cd8fdaecb6c685f739a876d3ba68f59ddae5330e6ce26bee98323e136
3
+ size 2048128
realworld_subset/Gravity/Freefall/15/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d11149dc5b60b523e6b00dbb3b5c5923dea9b97aab116da124daa75af273fb
3
+ size 1024128
realworld_subset/Gravity/Freefall/15/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: 103c704652e6d61452ee31804d776d890f851add6c8aea4c70ef0c785090c88d
  • Pointer size: 131 Bytes
  • Size of remote file: 195 kB
realworld_subset/Gravity/Freefall/15/initial_state/rgb_0000_white_bg.png ADDED
realworld_subset/Gravity/Freefall/15/initial_state/rgb_0000_white_bg_obj.png ADDED
realworld_subset/Gravity/Freefall/15/instance_segmentation/maps.npz ADDED
Binary file (70.7 kB). View file
 
realworld_subset/Gravity/Freefall/15/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7784cd3e4e0ff85e0741c4f1ca005a473ef2b01bdaceecbefe2952d4aad72b16
3
+ size 1024128
realworld_subset/Gravity/Freefall/15/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/15/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.3,
5
+ "frame_index": 9,
6
+ "scale_px": 40.0125,
7
+ "scale_meters": 0.073,
8
+ "meters_per_pixel": 0.001824,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.062616,
12
+ "v_ms": 2.81148,
13
+ "speed_ms": 2.812177,
14
+ "du_px": -1.1443,
15
+ "dv_px": 51.3794,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": -0.275013,
20
+ "v_ms": 3.298068,
21
+ "speed_ms": 3.309515,
22
+ "du_px": -5.0258,
23
+ "dv_px": 60.2717,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Gravity/Freefall/15/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: c21b51ecbb3418525f3fd9c4faf2ef65b090d7045c031d7ad884a251b80f21fc
  • Pointer size: 131 Bytes
  • Size of remote file: 553 kB
realworld_subset/Gravity/Freefall/15/mask/maps.npz ADDED
Binary file (39.2 kB). View file
 
realworld_subset/Gravity/Freefall/15/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Gravity/Freefall/15/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4341a2d191dac55562c2ae4e2b97a8fd74f1c10e62c447dc4f6cd6bde9d38231
3
+ size 384238