Add realworld_subset/Gravity/Freefall/27
Browse files- realworld_subset/Gravity/Freefall/27/annotation.txt +3 -0
- realworld_subset/Gravity/Freefall/27/annotation_config.json +44 -0
- realworld_subset/Gravity/Freefall/27/formula_info.json +18 -0
- realworld_subset/Gravity/Freefall/27/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Freefall/27/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/27/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/27/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Freefall/27/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Freefall/27/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Freefall/27/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/27/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Freefall/27/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Freefall/27/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Freefall/27/mask/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/27/physics_duration.txt +1 -0
- realworld_subset/Gravity/Freefall/27/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Freefall/27/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
SteelBall: d = 0.04, e = 0.6, h = 1.4, v_0 = 0.0
|
realworld_subset/Gravity/Freefall/27/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.4,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_v": 0,
|
| 15 |
+
"name": "SteelBall",
|
| 16 |
+
"restitution": 0.6,
|
| 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": 30,
|
| 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/27/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "A",
|
| 3 |
+
"correct_formula": "v = v_0 + g·t",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nSteelBall: d = 0.04, e = 0.6, h = 1.4, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"v = v_0 + g·t",
|
| 7 |
+
"v_impact = √(g·h) · (1 + μ·t)",
|
| 8 |
+
"F_b = ρ_f·g·V",
|
| 9 |
+
"F·Δt = m·v_f - m·v_i"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "FreeFall",
|
| 13 |
+
"seed": "FreeFall|Gravity/Freefall/27",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"P + (1/2)·ρ·v² + ρ·g·h = constant"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Freefall/27/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Freefall/27/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 48.0416,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.000833,
|
| 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/27/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a31f48d9b118406bc4006ad7f7014f4b2cc768ff1525eba0b102b08eeb18b91
|
| 3 |
+
size 4367488
|
realworld_subset/Gravity/Freefall/27/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:744ce9ed15bdb362fb7371174850eada3cd96f4c7d17437c439eeac1da721b30
|
| 3 |
+
size 2183808
|
realworld_subset/Gravity/Freefall/27/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/27/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/27/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/27/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b40fed6f8cbf0bed8d141176327f40983115a520e0086f53cb78a99b3a53273
|
| 3 |
+
size 138315
|
realworld_subset/Gravity/Freefall/27/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82dd75930b38361cd468abfc2057412fed3e48b9ee0521320fc6abf8f14ef78e
|
| 3 |
+
size 2183808
|
realworld_subset/Gravity/Freefall/27/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/27/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.5,
|
| 5 |
+
"frame_index": 15,
|
| 6 |
+
"scale_px": 48.0416,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.000833,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.055092,
|
| 12 |
+
"v_ms": 4.045255,
|
| 13 |
+
"speed_ms": 4.04563,
|
| 14 |
+
"du_px": -2.2046,
|
| 15 |
+
"dv_px": 161.875,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Freefall/27/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/27/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb0ee25bd87e011e5ff2534a914e83072e294cfcbfc15ffa1c925352f8756e45
|
| 3 |
+
size 72095
|
realworld_subset/Gravity/Freefall/27/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/Gravity/Freefall/27/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db91edb32a1720ff0817b8663e2a6f36f7b9641b8a4f63e13b57d93b2c0c3ed6
|
| 3 |
+
size 414867
|