Add realworld_subset/Gravity/Freefall/35
Browse files- realworld_subset/Gravity/Freefall/35/annotation.txt +3 -0
- realworld_subset/Gravity/Freefall/35/annotation_config.json +44 -0
- realworld_subset/Gravity/Freefall/35/formula_info.json +18 -0
- realworld_subset/Gravity/Freefall/35/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Freefall/35/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/35/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/35/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Freefall/35/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Freefall/35/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Freefall/35/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/35/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Freefall/35/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Freefall/35/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Freefall/35/mask/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/35/physics_duration.txt +1 -0
- realworld_subset/Gravity/Freefall/35/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Freefall/35/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 = 1.5, v_0 = 0.0
|
realworld_subset/Gravity/Freefall/35/annotation_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_v": 0,
|
| 15 |
+
"name": "PingPongBall",
|
| 16 |
+
"restitution": 0.71,
|
| 17 |
+
"size": 0.04,
|
| 18 |
+
"size_symbol": "d",
|
| 19 |
+
"static": true
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"render": {
|
| 23 |
+
"axes_arrow_head_width": 20,
|
| 24 |
+
"axes_arrow_length": 75,
|
| 25 |
+
"axes_arrow_width": 8,
|
| 26 |
+
"fontsize": 20,
|
| 27 |
+
"margin_axes_range": [
|
| 28 |
+
5,
|
| 29 |
+
50
|
| 30 |
+
],
|
| 31 |
+
"margin_env_range": [
|
| 32 |
+
5,
|
| 33 |
+
50
|
| 34 |
+
],
|
| 35 |
+
"margin_ground_range": [
|
| 36 |
+
5,
|
| 37 |
+
50
|
| 38 |
+
],
|
| 39 |
+
"velocity_arrow_head_width": 30,
|
| 40 |
+
"velocity_arrow_length": 100,
|
| 41 |
+
"velocity_arrow_width": 10
|
| 42 |
+
},
|
| 43 |
+
"task_type": "freefall"
|
| 44 |
+
}
|
realworld_subset/Gravity/Freefall/35/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "C",
|
| 3 |
+
"correct_formula": "y(t) = h + v_0·t + (1/2)·g·t²",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nPingPongBall: d = 0.04, e = 0.71, h = 1.5, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"I = (1/10)·m·d²",
|
| 7 |
+
"v = f·λ",
|
| 8 |
+
"y(t) = h + v_0·t + (1/2)·g·t²",
|
| 9 |
+
"a_eff = g·ln(1 + t/τ_0)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "FreeFall",
|
| 13 |
+
"seed": "FreeFall|Gravity/Freefall/35",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"P + (1/2)·ρ·v² + ρ·g·h = constant"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Freefall/35/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Freefall/35/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 21.0,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.001905,
|
| 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 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Freefall/35/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1aea5c86a4fd45351871dd25a81cd1a400cbf533883491da61602918740a8f4
|
| 3 |
+
size 1705728
|
realworld_subset/Gravity/Freefall/35/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6c5d04b6b0396f1e7fffac4ad3d28751aaa520fc9ea6671ff8c8ce59df98b75
|
| 3 |
+
size 852928
|
realworld_subset/Gravity/Freefall/35/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/35/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/35/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/35/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:729a6210268263997aade3f440ec0cd3334bb5c0be7fb3479504f95b71c1a0c7
|
| 3 |
+
size 53791
|
realworld_subset/Gravity/Freefall/35/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a0d3383c04c94ca4e8906a79a0a1299cb37ede47f2a000214ab87ed3e045f79
|
| 3 |
+
size 852928
|
realworld_subset/Gravity/Freefall/35/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/35/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.5,
|
| 5 |
+
"frame_index": 15,
|
| 6 |
+
"scale_px": 21.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.001905,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.297781,
|
| 12 |
+
"v_ms": 3.538362,
|
| 13 |
+
"speed_ms": 3.55087,
|
| 14 |
+
"du_px": -5.2105,
|
| 15 |
+
"dv_px": 61.9136,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Freefall/35/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/35/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7a6cf24d4b74006efe6f554e16269bc54f092dc85eda8fc44fd9c85c8db1ccd
|
| 3 |
+
size 27961
|
realworld_subset/Gravity/Freefall/35/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/Gravity/Freefall/35/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a70ae5baadc5bfc8d409ad154975bd097c31c25adbb2201a442243f3c091f23
|
| 3 |
+
size 202794
|