Add realworld_subset/Gravity/Freefall/28
Browse files- realworld_subset/Gravity/Freefall/28/annotation.txt +3 -0
- realworld_subset/Gravity/Freefall/28/annotation_config.json +44 -0
- realworld_subset/Gravity/Freefall/28/formula_info.json +18 -0
- realworld_subset/Gravity/Freefall/28/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Freefall/28/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/28/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/28/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Freefall/28/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Freefall/28/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Freefall/28/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/28/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Freefall/28/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Freefall/28/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Freefall/28/mask/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/28/physics_duration.txt +1 -0
- realworld_subset/Gravity/Freefall/28/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Freefall/28/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.7, v_0 = 3.15
|
realworld_subset/Gravity/Freefall/28/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.7,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_v": 3.148438,
|
| 15 |
+
"name": "SteelBall",
|
| 16 |
+
"restitution": 0.6,
|
| 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": 30,
|
| 27 |
+
"margin_axes_range": [
|
| 28 |
+
40,
|
| 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/28/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "D",
|
| 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\nSteelBall: d = 0.04, e = 0.6, h = 1.7, v_0 = 3.15",
|
| 5 |
+
"choices": [
|
| 6 |
+
"v_final = -e·v_impact",
|
| 7 |
+
"U = -G·m_1·m_2 / r",
|
| 8 |
+
"F_fall = m·g·(1 + v/c) / √(1 - v²/c²)",
|
| 9 |
+
"y(t) = h + v_0·t + (1/2)·g·t²"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 3,
|
| 12 |
+
"physics_type": "FreeFall",
|
| 13 |
+
"seed": "FreeFall|Gravity/Freefall/28",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"P + (1/2)·ρ·v² + ρ·g·h = constant"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Freefall/28/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Freefall/28/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 50.0,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.0008,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": -0.033777,
|
| 10 |
+
"v_ms": 3.148438,
|
| 11 |
+
"speed_ms": 3.14862,
|
| 12 |
+
"du_px": -1.4074,
|
| 13 |
+
"dv_px": 131.1849,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Freefall/28/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94d17851567a78028d4ad1c86da5ebc3276f2a6cebc50c9892a4ad0bfc354f76
|
| 3 |
+
size 4367488
|
realworld_subset/Gravity/Freefall/28/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85fe5754376752b9b2b6435806c995ad9da6d8ee3500fa6856fa17606e8e9338
|
| 3 |
+
size 2183808
|
realworld_subset/Gravity/Freefall/28/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/28/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/28/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/28/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e02de1182da1b4dcffb22d52242bd9c3b45f46fe988fc93166aeb0bc985fbae
|
| 3 |
+
size 71556
|
realworld_subset/Gravity/Freefall/28/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f2e6da96fcaa1ef2ee4926fb366d101d5313a9b859dc4298a632f2225cf69a3
|
| 3 |
+
size 2183808
|
realworld_subset/Gravity/Freefall/28/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/28/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.2,
|
| 5 |
+
"frame_index": 6,
|
| 6 |
+
"scale_px": 50.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.0008,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.015974,
|
| 12 |
+
"v_ms": 4.287424,
|
| 13 |
+
"speed_ms": 4.287454,
|
| 14 |
+
"du_px": -0.6656,
|
| 15 |
+
"dv_px": 178.6427,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Freefall/28/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/28/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fabde20d0c76f87c0137d5cd50939302bc907537a60263c0e7fd4718f04814f1
|
| 3 |
+
size 37378
|
realworld_subset/Gravity/Freefall/28/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0.5
|
realworld_subset/Gravity/Freefall/28/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b3478dcb324dc84d9c9497f40492eec02b136dbd40bd2b66963de29eb8839c9
|
| 3 |
+
size 231986
|