Add realworld_subset/Gravity/Freefall/5
Browse files- realworld_subset/Gravity/Freefall/5/annotation.txt +4 -0
- realworld_subset/Gravity/Freefall/5/annotation_config.json +54 -0
- realworld_subset/Gravity/Freefall/5/formula_info.json +18 -0
- realworld_subset/Gravity/Freefall/5/initial_state/initial_velocity.json +25 -0
- realworld_subset/Gravity/Freefall/5/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/5/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/5/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Freefall/5/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Freefall/5/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Freefall/5/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/5/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Freefall/5/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/Gravity/Freefall/5/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Freefall/5/mask/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/5/physics_duration.txt +1 -0
- realworld_subset/Gravity/Freefall/5/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Freefall/5/annotation.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
LeftTennisBall: d = 0.07, e = 0.75, h = 1.4, v_0 = 0.0
|
| 4 |
+
RightTennisBall: d = 0.07, e = 0.75, h = 1.4, v_0 = 0.0
|
realworld_subset/Gravity/Freefall/5/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.4,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_v": 0,
|
| 15 |
+
"name": "LeftTennisBall",
|
| 16 |
+
"restitution": 0.75,
|
| 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": "RightTennisBall",
|
| 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/5/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "D",
|
| 3 |
+
"correct_formula": "v = v_0 + g·t",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nLeftTennisBall: d = 0.07, e = 0.75, h = 1.4, v_0 = 0.0\nRightTennisBall: d = 0.07, e = 0.75, h = 1.4, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"F·Δt = m·v_f - m·v_i",
|
| 7 |
+
"U = -G·m_1·m_2 / r",
|
| 8 |
+
"F_fall = m·g·(1 + v/c) / √(1 - v²/c²)",
|
| 9 |
+
"v = v_0 + g·t"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 3,
|
| 12 |
+
"physics_type": "FreeFall",
|
| 13 |
+
"seed": "FreeFall|Gravity/Freefall/5",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"P + (1/2)·ρ·v² + ρ·g·h = constant"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Freefall/5/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Freefall/5/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 47.0,
|
| 5 |
+
"scale_meters": 0.067,
|
| 6 |
+
"meters_per_pixel": 0.001426,
|
| 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/5/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7abfbfb8c0752c0184e79301e779336c19f1686483efc81cc2472cc2a94a9791
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Freefall/5/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:033559d45b1ef4ab171fcbe517324710b6bfe8398b3f86d7b03c2b5e6de687fd
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Freefall/5/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/5/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/5/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/5/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2d0ba58ce9d3b7aaa5f985f73ad1e56ff9e00a4fd3614da74e564c037691d35
|
| 3 |
+
size 72358
|
realworld_subset/Gravity/Freefall/5/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1efa74d061ea9a3dfb9be3dd60f538154a83c06a9f8cb9f0b6781a85d8aea1f9
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Freefall/5/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/5/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.3,
|
| 5 |
+
"frame_index": 9,
|
| 6 |
+
"scale_px": 47.0,
|
| 7 |
+
"scale_meters": 0.067,
|
| 8 |
+
"meters_per_pixel": 0.001426,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.089101,
|
| 12 |
+
"v_ms": 2.835661,
|
| 13 |
+
"speed_ms": 2.83706,
|
| 14 |
+
"du_px": 2.0828,
|
| 15 |
+
"dv_px": 66.2847,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.307716,
|
| 20 |
+
"v_ms": 2.718904,
|
| 21 |
+
"speed_ms": 2.736262,
|
| 22 |
+
"du_px": -7.193,
|
| 23 |
+
"dv_px": 63.5555,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/Gravity/Freefall/5/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/5/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d8a92bae59955bbb9f9a8984fa3900d5a3cc8a29015ee85fe569e0db65bd013
|
| 3 |
+
size 39769
|
realworld_subset/Gravity/Freefall/5/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/Gravity/Freefall/5/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8778a3d0d8496b7a0b3806c1e2de2c95f017550776ec5583d2a80bb71d2a942
|
| 3 |
+
size 401469
|