Add realworld_subset/NewtonsFirstLaw/AtRest/9
Browse files- realworld_subset/NewtonsFirstLaw/AtRest/9/annotation.txt +1 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/annotation_config.json +30 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/formula_info.json +18 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/initial_velocity.json +25 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/mask_0000.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/rgb_0000.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/instance_segmentation/maps.npz +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/mask/maps.npz +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/physics_duration.txt +1 -0
- realworld_subset/NewtonsFirstLaw/AtRest/9/rgb/video.mp4 +3 -0
realworld_subset/NewtonsFirstLaw/AtRest/9/annotation.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
realworld_subset/NewtonsFirstLaw/AtRest/9/annotation_config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"environment": {
|
| 3 |
+
"air_resistance": "!=0",
|
| 4 |
+
"gravity": 9.81
|
| 5 |
+
},
|
| 6 |
+
"ground": null,
|
| 7 |
+
"objects": [],
|
| 8 |
+
"render": {
|
| 9 |
+
"axes_arrow_head_width": 20,
|
| 10 |
+
"axes_arrow_length": 75,
|
| 11 |
+
"axes_arrow_width": 8,
|
| 12 |
+
"fontsize": 20,
|
| 13 |
+
"margin_axes_range": [
|
| 14 |
+
5,
|
| 15 |
+
50
|
| 16 |
+
],
|
| 17 |
+
"margin_env_range": [
|
| 18 |
+
5,
|
| 19 |
+
50
|
| 20 |
+
],
|
| 21 |
+
"margin_ground_range": [
|
| 22 |
+
5,
|
| 23 |
+
50
|
| 24 |
+
],
|
| 25 |
+
"velocity_arrow_head_width": 30,
|
| 26 |
+
"velocity_arrow_length": 100,
|
| 27 |
+
"velocity_arrow_width": 10
|
| 28 |
+
},
|
| 29 |
+
"task_type": "at_rest"
|
| 30 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/9/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "B",
|
| 3 |
+
"correct_formula": "ΣM_ext = 0",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"W = ΔE_k = (1/2)·m·v_t² - (1/2)·m·v_0²",
|
| 7 |
+
"ΣM_ext = 0",
|
| 8 |
+
"ΣF = m·Δv / (Δt·cosθ)",
|
| 9 |
+
"B = μ_0·I / (2π·r)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 1,
|
| 12 |
+
"physics_type": "AtRest",
|
| 13 |
+
"seed": "AtRest|NewtonsFirstLaw/AtRest/9",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"F_drag = (1/2)·C_d·ρ·A·v²"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/NewtonsFirstLaw/AtRest/9/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 183.4612,
|
| 5 |
+
"scale_meters": 0.13,
|
| 6 |
+
"meters_per_pixel": 0.000709,
|
| 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/NewtonsFirstLaw/AtRest/9/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbbd30a33a920754b2bfb6c63f36b43141054c4c3ada28c71319bb216b4ddb46
|
| 3 |
+
size 460928
|
realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41e2968f1ef3984bae7d81a1875bf922a5983c74618cd72250fc1bbb55425b64
|
| 3 |
+
size 230528
|
realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/9/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/9/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10b9d929d5dccca30ad4b7ea89061d07777b20ec20b251e4f7b9ee25a18f60fa
|
| 3 |
+
size 565662
|
realworld_subset/NewtonsFirstLaw/AtRest/9/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbb5e845a19a9b7f1cf6f5e4a1008aa2e45eb474e6f13674c25da68e9afe010a
|
| 3 |
+
size 230528
|
realworld_subset/NewtonsFirstLaw/AtRest/9/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/NewtonsFirstLaw/AtRest/9/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 2.3,
|
| 5 |
+
"frame_index": 69,
|
| 6 |
+
"scale_px": 183.4612,
|
| 7 |
+
"scale_meters": 0.13,
|
| 8 |
+
"meters_per_pixel": 0.000709,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.0,
|
| 12 |
+
"v_ms": 0.0,
|
| 13 |
+
"speed_ms": 0.0,
|
| 14 |
+
"du_px": 0.0,
|
| 15 |
+
"dv_px": 0.0,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": 0.0,
|
| 20 |
+
"v_ms": 0.0,
|
| 21 |
+
"speed_ms": 0.0,
|
| 22 |
+
"du_px": 0.0,
|
| 23 |
+
"dv_px": 0.0,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/9/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/9/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40224b213a8354c389070e5d51f30671c060cc0f5ff1593fc706412286ce6ba4
|
| 3 |
+
size 478432
|
realworld_subset/NewtonsFirstLaw/AtRest/9/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
10.0
|
realworld_subset/NewtonsFirstLaw/AtRest/9/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c4b134ec9ef01bb6a82c2c734560b5a3efe733c53659221ac6d3064c1a30155
|
| 3 |
+
size 1143045
|