Add realworld_subset/Composition/0
Browse files- realworld_subset/Composition/0/annotation.txt +4 -0
- realworld_subset/Composition/0/annotation_config.json +60 -0
- realworld_subset/Composition/0/formula_info.json +29 -0
- realworld_subset/Composition/0/initial_state/initial_velocity.json +25 -0
- realworld_subset/Composition/0/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Composition/0/initial_state/mask_0000.npy +3 -0
- realworld_subset/Composition/0/initial_state/rgb_0000.png +3 -0
- realworld_subset/Composition/0/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Composition/0/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Composition/0/instance_segmentation/maps.npz +3 -0
- realworld_subset/Composition/0/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Composition/0/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/Composition/0/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Composition/0/mask/maps.npz +3 -0
- realworld_subset/Composition/0/physics_duration.txt +1 -0
- realworld_subset/Composition/0/rgb/video.mp4 +3 -0
realworld_subset/Composition/0/annotation.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
TennisBall: d = 0.07, e = 0.75, m = 0.06, h = 0.77, v_0 = 0.0
|
| 4 |
+
SteelBall: d = 0.04, e = 0.6, m = 0.26, h = 0.77, v_0 = 1.12
|
realworld_subset/Composition/0/annotation_config.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"environment": {
|
| 3 |
+
"air_resistance": "!=0",
|
| 4 |
+
"gravity": 9.81
|
| 5 |
+
},
|
| 6 |
+
"ground": {
|
| 7 |
+
"dynamic_friction": "TODO",
|
| 8 |
+
"label": "Ground",
|
| 9 |
+
"restitution": 0.5,
|
| 10 |
+
"static_friction": "TODO"
|
| 11 |
+
},
|
| 12 |
+
"objects": [
|
| 13 |
+
{
|
| 14 |
+
"height": 0.77,
|
| 15 |
+
"id": 1,
|
| 16 |
+
"initial_velocity_u": 0,
|
| 17 |
+
"initial_velocity_v": 0,
|
| 18 |
+
"mass": 0.058,
|
| 19 |
+
"name": "TennisBall",
|
| 20 |
+
"restitution": 0.75,
|
| 21 |
+
"size": 0.07,
|
| 22 |
+
"size_symbol": "d",
|
| 23 |
+
"static": true
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"height": 0.77,
|
| 27 |
+
"id": 2,
|
| 28 |
+
"initial_velocity_u": -1.119252,
|
| 29 |
+
"initial_velocity_v": 0,
|
| 30 |
+
"mass": 0.263,
|
| 31 |
+
"name": "SteelBall",
|
| 32 |
+
"restitution": 0.6,
|
| 33 |
+
"size": 0.04,
|
| 34 |
+
"size_symbol": "d",
|
| 35 |
+
"static": false
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"render": {
|
| 39 |
+
"axes_arrow_head_width": 20,
|
| 40 |
+
"axes_arrow_length": 75,
|
| 41 |
+
"axes_arrow_width": 8,
|
| 42 |
+
"fontsize": 20,
|
| 43 |
+
"margin_axes_range": [
|
| 44 |
+
5,
|
| 45 |
+
50
|
| 46 |
+
],
|
| 47 |
+
"margin_env_range": [
|
| 48 |
+
5,
|
| 49 |
+
50
|
| 50 |
+
],
|
| 51 |
+
"margin_ground_range": [
|
| 52 |
+
5,
|
| 53 |
+
50
|
| 54 |
+
],
|
| 55 |
+
"velocity_arrow_head_width": 30,
|
| 56 |
+
"velocity_arrow_length": 100,
|
| 57 |
+
"velocity_arrow_width": 10
|
| 58 |
+
},
|
| 59 |
+
"task_type": "composition"
|
| 60 |
+
}
|
realworld_subset/Composition/0/formula_info.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "D",
|
| 3 |
+
"correct_formula": "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nTennisBall: d = 0.07, e = 0.75, m = 0.06, h = 0.77, v_0 = 0.0\nSteelBall: d = 0.04, e = 0.6, m = 0.26, h = 0.77, v_0 = 1.12",
|
| 5 |
+
"choices": [
|
| 6 |
+
"v_cm = (m_1·v_1i² + m_2·v_2i²) / (m_1·v_1i + m_2·v_2i)",
|
| 7 |
+
"T = 2π·√(m/k)",
|
| 8 |
+
"h_next = e²·h_current",
|
| 9 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 3,
|
| 12 |
+
"physics_type": "Composition",
|
| 13 |
+
"composition_sources": [
|
| 14 |
+
"InelasticCollision",
|
| 15 |
+
"Projectile"
|
| 16 |
+
],
|
| 17 |
+
"choice_sources": [
|
| 18 |
+
"InelasticCollision",
|
| 19 |
+
"InelasticCollision",
|
| 20 |
+
"Projectile",
|
| 21 |
+
"Projectile"
|
| 22 |
+
],
|
| 23 |
+
"seed": "Composition|Composition/0",
|
| 24 |
+
"is_realworld": true,
|
| 25 |
+
"dropped_wrong_formulas": [
|
| 26 |
+
"InelasticCollision: W_f = ∫ μ_k·m·g·ds = ΔE_k",
|
| 27 |
+
"Projectile: F_drag = (1/2)·C_d·ρ·A·v² (A = π·(d/2)²)"
|
| 28 |
+
]
|
| 29 |
+
}
|
realworld_subset/Composition/0/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Composition/0/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 49.0102,
|
| 5 |
+
"scale_meters": 0.067,
|
| 6 |
+
"meters_per_pixel": 0.001367,
|
| 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": -1.119252,
|
| 18 |
+
"v_ms": -0.00644,
|
| 19 |
+
"speed_ms": 1.119271,
|
| 20 |
+
"du_px": -27.2909,
|
| 21 |
+
"dv_px": -0.157,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/Composition/0/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddeaf04ad250afac29513f60f2d5490577fa83e09276d9e073a152b5c80e5a45
|
| 3 |
+
size 2048128
|
realworld_subset/Composition/0/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6d221558f81b3a2e5f118b9a027f2dcb61d097327b9b913d1f49099d712e776
|
| 3 |
+
size 1024128
|
realworld_subset/Composition/0/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Composition/0/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Composition/0/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Composition/0/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69be85682809d5cdae77b2c5b6a093075bab967c56b9786e0aa6807d515c291e
|
| 3 |
+
size 104055
|
realworld_subset/Composition/0/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c4867ea7597dddb958cbfb0ef26c78e9c4d0dd4b4ac0a3daa2ebc0bcb17c8ee
|
| 3 |
+
size 1024128
|
realworld_subset/Composition/0/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Composition/0/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.6,
|
| 5 |
+
"frame_index": 18,
|
| 6 |
+
"scale_px": 49.0102,
|
| 7 |
+
"scale_meters": 0.067,
|
| 8 |
+
"meters_per_pixel": 0.001367,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -1.317932,
|
| 12 |
+
"v_ms": 2.14325,
|
| 13 |
+
"speed_ms": 2.516041,
|
| 14 |
+
"du_px": -32.1368,
|
| 15 |
+
"dv_px": 52.2616,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.877698,
|
| 20 |
+
"v_ms": 1.793139,
|
| 21 |
+
"speed_ms": 1.996422,
|
| 22 |
+
"du_px": -21.402,
|
| 23 |
+
"dv_px": 43.7244,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/Composition/0/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Composition/0/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81264dff2ecaf0b76adde4e31af2cbf5b85735cc5871df595e402e9e7633ea59
|
| 3 |
+
size 57334
|
realworld_subset/Composition/0/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.5
|
realworld_subset/Composition/0/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dcb713607bedccf886402ff418e726e2bc6c6017dcbd9158be7f1d0eefc1e8d
|
| 3 |
+
size 615918
|