Add realworld_subset/Gravity/Freefall/34
Browse files- realworld_subset/Gravity/Freefall/34/annotation.txt +3 -0
- realworld_subset/Gravity/Freefall/34/annotation_config.json +44 -0
- realworld_subset/Gravity/Freefall/34/formula_info.json +18 -0
- realworld_subset/Gravity/Freefall/34/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Freefall/34/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/34/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/34/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Freefall/34/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Freefall/34/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Freefall/34/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/34/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Freefall/34/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Freefall/34/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Freefall/34/mask/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/34/physics_duration.txt +1 -0
- realworld_subset/Gravity/Freefall/34/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Freefall/34/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.68, v_0 = 3.05
|
realworld_subset/Gravity/Freefall/34/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.68,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_v": 3.050813,
|
| 15 |
+
"name": "PingPongBall",
|
| 16 |
+
"restitution": 0.71,
|
| 17 |
+
"size": 0.04,
|
| 18 |
+
"size_symbol": "d",
|
| 19 |
+
"static": false
|
| 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/34/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.68, v_0 = 3.05",
|
| 5 |
+
"choices": [
|
| 6 |
+
"F·Δt = m·v_f - m·v_i",
|
| 7 |
+
"F = k·q_1·q_2 / r²",
|
| 8 |
+
"y(t) = h + v_0·t + (1/2)·g·t²",
|
| 9 |
+
"y(t) = h·(1 - e^(-g·t²/2))"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "FreeFall",
|
| 13 |
+
"seed": "FreeFall|Gravity/Freefall/34",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"P + (1/2)·ρ·v² + ρ·g·h = constant"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Freefall/34/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Freefall/34/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.163499,
|
| 10 |
+
"v_ms": 3.050813,
|
| 11 |
+
"speed_ms": 3.055191,
|
| 12 |
+
"du_px": 2.8612,
|
| 13 |
+
"dv_px": 53.3892,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Freefall/34/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b81119df2e58f6c179ade7624cccebde582e67deb491053ee10edb68324e4a
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Freefall/34/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55754a3745a1ef31650d6aefe473500498f4645d06702d7339d2f5a99b6a6ec
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Freefall/34/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/34/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/34/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/34/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4aac2c6b22ef2886df8be8566d0d318cf8b0b30c2a888c4f17963e71f69d74e1
|
| 3 |
+
size 33514
|
realworld_subset/Gravity/Freefall/34/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b580b5050ee6ec4cd365665ab95139b0526a87ab5dd7f008186c53a0184ac10
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Freefall/34/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/34/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.3,
|
| 5 |
+
"frame_index": 9,
|
| 6 |
+
"scale_px": 21.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.001905,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.15391,
|
| 12 |
+
"v_ms": 4.306022,
|
| 13 |
+
"speed_ms": 4.308772,
|
| 14 |
+
"du_px": 2.6931,
|
| 15 |
+
"dv_px": 75.346,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Freefall/34/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/34/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e036a54342c85642e9a37c3cf455c38d8e231aac986d0efe111d269d8c7ef495
|
| 3 |
+
size 17525
|
realworld_subset/Gravity/Freefall/34/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0.5
|
realworld_subset/Gravity/Freefall/34/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296f22e8b5a693c6dec0f9b06e79530d2d2a287c3e16110551b2703027cd8ff1
|
| 3 |
+
size 168971
|