Add realworld_subset/NewtonsFirstLaw/AtRest/10
Browse files- realworld_subset/NewtonsFirstLaw/AtRest/10/annotation.txt +1 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/annotation_config.json +30 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/formula_info.json +18 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/initial_velocity.json +17 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/mask_0000.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/rgb_0000.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/instance_segmentation/maps.npz +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/mask/maps.npz +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/physics_duration.txt +1 -0
- realworld_subset/NewtonsFirstLaw/AtRest/10/rgb/video.mp4 +3 -0
realworld_subset/NewtonsFirstLaw/AtRest/10/annotation.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
realworld_subset/NewtonsFirstLaw/AtRest/10/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/10/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "A",
|
| 3 |
+
"correct_formula": "ΣF_ext = 0",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"ΣF_ext = 0",
|
| 7 |
+
"W = ΔE_k = (1/2)·m·v_t² - (1/2)·m·v_0²",
|
| 8 |
+
"τ_net = Σ(F_i·r_i·sinθ_i) · e^(-μ·t)",
|
| 9 |
+
"U = -G·m_1·m_2 / r"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "AtRest",
|
| 13 |
+
"seed": "AtRest|NewtonsFirstLaw/AtRest/10",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"F_drag = (1/2)·C_d·ρ·A·v²"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/NewtonsFirstLaw/AtRest/10/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 398.5022,
|
| 5 |
+
"scale_meters": 1.2,
|
| 6 |
+
"meters_per_pixel": 0.003011,
|
| 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 |
+
}
|
| 17 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31a91887dd90b189191865e8c115f9a121ef65857aced5c4330ee9f2aaa65d66
|
| 3 |
+
size 460928
|
realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94c6b9a72939cdf3279460eded4e1e4be516696de6205cd594b0290f431b200c
|
| 3 |
+
size 230528
|
realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/10/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/10/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55818231016f895156e367ee001e6ceae22eddedf75eba9e3ff9c6c069e2eeb7
|
| 3 |
+
size 415518
|
realworld_subset/NewtonsFirstLaw/AtRest/10/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:764c5ee7ac56afd407c0558d803744ae364bc580d21db63bd38e8a138a1df251
|
| 3 |
+
size 230528
|
realworld_subset/NewtonsFirstLaw/AtRest/10/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/NewtonsFirstLaw/AtRest/10/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 1.5,
|
| 5 |
+
"frame_index": 45,
|
| 6 |
+
"scale_px": 398.5022,
|
| 7 |
+
"scale_meters": 1.2,
|
| 8 |
+
"meters_per_pixel": 0.003011,
|
| 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 |
+
}
|
| 19 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/10/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/10/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ce473afdbeccb8092f8767530ddd0dc369b5735540efc3c716b308be0b6a9e4
|
| 3 |
+
size 320185
|
realworld_subset/NewtonsFirstLaw/AtRest/10/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
10.0
|
realworld_subset/NewtonsFirstLaw/AtRest/10/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a257840dc0ac48c856c068d721da80606037f6ed0356de10614bc100cd1dade
|
| 3 |
+
size 342994
|