Add realworld_subset/NewtonsFirstLaw/AtRest/0
Browse files- realworld_subset/NewtonsFirstLaw/AtRest/0/annotation.txt +1 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/annotation_config.json +30 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/formula_info.json +18 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/initial_velocity.json +33 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/mask_0000.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/rgb_0000.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/instance_segmentation/maps.npz +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/instantaneous_velocity/velocity.json +35 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/mask/maps.npz +3 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/physics_duration.txt +1 -0
- realworld_subset/NewtonsFirstLaw/AtRest/0/rgb/video.mp4 +3 -0
realworld_subset/NewtonsFirstLaw/AtRest/0/annotation.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
realworld_subset/NewtonsFirstLaw/AtRest/0/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/0/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "D",
|
| 3 |
+
"correct_formula": "ΣF_ext = 0",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"ΣF_ext = m·g·tan(α_eq)",
|
| 7 |
+
"PV = nRT",
|
| 8 |
+
"G = m·g",
|
| 9 |
+
"ΣF_ext = 0"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 3,
|
| 12 |
+
"physics_type": "AtRest",
|
| 13 |
+
"seed": "AtRest|NewtonsFirstLaw/AtRest/0",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"F_drag = (1/2)·C_d·ρ·A·v²"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/NewtonsFirstLaw/AtRest/0/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 41.0,
|
| 5 |
+
"scale_meters": 0.015,
|
| 6 |
+
"meters_per_pixel": 0.000366,
|
| 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 |
+
"3": {
|
| 25 |
+
"u_ms": 0.0,
|
| 26 |
+
"v_ms": 0.0,
|
| 27 |
+
"speed_ms": 0.0,
|
| 28 |
+
"du_px": 0.0,
|
| 29 |
+
"dv_px": 0.0,
|
| 30 |
+
"static": true
|
| 31 |
+
}
|
| 32 |
+
}
|
| 33 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e8113f77ef7b71b6f29af934fae944829b0bba93477266c56cf9ad777a618d2
|
| 3 |
+
size 460928
|
realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:765f242dc50d9484aab47783b8bf028f7274b9b5c5d0ac45d023deb4d85dbc88
|
| 3 |
+
size 230528
|
realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/0/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/0/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c492aa9e2866e862c3656f5fe8a9252c1c35d7137d6c0e93a739180a2782c4ff
|
| 3 |
+
size 267727
|
realworld_subset/NewtonsFirstLaw/AtRest/0/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75e735c3ccb9c5e1eb80ebedca3b137fc6e55ab357f78087e047a2ada35d6198
|
| 3 |
+
size 230528
|
realworld_subset/NewtonsFirstLaw/AtRest/0/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/NewtonsFirstLaw/AtRest/0/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 1,
|
| 5 |
+
"frame_index": 30,
|
| 6 |
+
"scale_px": 41.0,
|
| 7 |
+
"scale_meters": 0.015,
|
| 8 |
+
"meters_per_pixel": 0.000366,
|
| 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": true
|
| 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": true
|
| 25 |
+
},
|
| 26 |
+
"3": {
|
| 27 |
+
"u_ms": 0.0,
|
| 28 |
+
"v_ms": 0.0,
|
| 29 |
+
"speed_ms": 0.0,
|
| 30 |
+
"du_px": 0.0,
|
| 31 |
+
"dv_px": 0.0,
|
| 32 |
+
"static": true
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
}
|
realworld_subset/NewtonsFirstLaw/AtRest/0/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/NewtonsFirstLaw/AtRest/0/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:106de2ff941d595bd6471b29edaefc01bc75364f28559d64177776e360162069
|
| 3 |
+
size 185690
|
realworld_subset/NewtonsFirstLaw/AtRest/0/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
10.0
|
realworld_subset/NewtonsFirstLaw/AtRest/0/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14258bb55d61537ed70b4f1b5dde401c7b300cc15b6207a08addadc074fafec7
|
| 3 |
+
size 220122
|