Add realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7
Browse files- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
LeftSlider: e = 0.0, m = 0.25, v_0 = 0.0
|
| 3 |
+
RightSlider: e = 0.0, m = 0.75, v_0 = 0.65
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/annotation_config.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"environment": {
|
| 3 |
+
"air_resistance": "!=0",
|
| 4 |
+
"gravity": 9.81
|
| 5 |
+
},
|
| 6 |
+
"ground": {
|
| 7 |
+
"dynamic_friction": "TODO",
|
| 8 |
+
"label": "Ground",
|
| 9 |
+
"static_friction": "TODO"
|
| 10 |
+
},
|
| 11 |
+
"objects": [
|
| 12 |
+
{
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 0,
|
| 15 |
+
"initial_velocity_v": 0,
|
| 16 |
+
"mass": 0.25,
|
| 17 |
+
"name": "LeftSlider",
|
| 18 |
+
"restitution": 0,
|
| 19 |
+
"static": true
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": -0.65061,
|
| 24 |
+
"initial_velocity_v": -0.008593,
|
| 25 |
+
"mass": 0.75,
|
| 26 |
+
"name": "RightSlider",
|
| 27 |
+
"restitution": 0,
|
| 28 |
+
"static": false
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"render": {
|
| 32 |
+
"axes_arrow_head_width": 20,
|
| 33 |
+
"axes_arrow_length": 75,
|
| 34 |
+
"axes_arrow_width": 8,
|
| 35 |
+
"fontsize": 20,
|
| 36 |
+
"margin_axes_range": [
|
| 37 |
+
5,
|
| 38 |
+
50
|
| 39 |
+
],
|
| 40 |
+
"margin_env_range": [
|
| 41 |
+
5,
|
| 42 |
+
50
|
| 43 |
+
],
|
| 44 |
+
"margin_ground_range": [
|
| 45 |
+
5,
|
| 46 |
+
50
|
| 47 |
+
],
|
| 48 |
+
"velocity_arrow_head_width": 30,
|
| 49 |
+
"velocity_arrow_length": 100,
|
| 50 |
+
"velocity_arrow_width": 10
|
| 51 |
+
},
|
| 52 |
+
"task_type": "perfectly_inelastic_collision"
|
| 53 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "A",
|
| 3 |
+
"correct_formula": "m_1·v_1i + m_2·v_2i = (m_1+m_2)·v_f",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nLeftSlider: e = 0.0, m = 0.25, v_0 = 0.0\nRightSlider: e = 0.0, m = 0.75, v_0 = 0.65",
|
| 5 |
+
"choices": [
|
| 6 |
+
"m_1·v_1i + m_2·v_2i = (m_1+m_2)·v_f",
|
| 7 |
+
"B = μ_0·I / (2π·r)",
|
| 8 |
+
"v_f² = (m_1·v_1i + m_2·v_2i)² / (m_1² + m_2²)",
|
| 9 |
+
"(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·(m_1 + m_2)·v_f²"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "PerfectlyInelasticCollision",
|
| 13 |
+
"seed": "PerfectlyInelasticCollision|ConservationofMomentum/PerfectlyInelasticCollision/7",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"W_friction = μ_k·(m_1 + m_2)·g·d"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/PerfectlyInelasticCollision/7/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 85.0,
|
| 5 |
+
"scale_meters": 0.17,
|
| 6 |
+
"meters_per_pixel": 0.002,
|
| 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.65061,
|
| 18 |
+
"v_ms": -0.008593,
|
| 19 |
+
"speed_ms": 0.650667,
|
| 20 |
+
"du_px": -10.8435,
|
| 21 |
+
"dv_px": -0.1432,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9453b6c1c4d32652403159a114ba472e6f0b60478973f1c7092657c360eba02
|
| 3 |
+
size 1843328
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbd433b04b4a33f1fdbfd7ff29d73d3f9d1f8970f99f45bc8a8044131b4ccf37
|
| 3 |
+
size 921728
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbea32257d28680ac03fd2827b171d75be9eaa515fa2598f05f0f6e2bf47d43a
|
| 3 |
+
size 153823
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:128f688b34d8662b1422faff8a035752451fba823d752c73eb33b8dd70ee778d
|
| 3 |
+
size 921728
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyInelasticCollision/7/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 1.3,
|
| 5 |
+
"frame_index": 39,
|
| 6 |
+
"scale_px": 85.0,
|
| 7 |
+
"scale_meters": 0.17,
|
| 8 |
+
"meters_per_pixel": 0.002,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.524074,
|
| 12 |
+
"v_ms": -0.039181,
|
| 13 |
+
"speed_ms": 0.525537,
|
| 14 |
+
"du_px": -8.7346,
|
| 15 |
+
"dv_px": -0.653,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.501305,
|
| 20 |
+
"v_ms": 0.035494,
|
| 21 |
+
"speed_ms": 0.50256,
|
| 22 |
+
"du_px": -8.3551,
|
| 23 |
+
"dv_px": 0.5916,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7727693a8c7298a8afd9668d4c3b2f10ffea99021ef68460d2713d8033322d1e
|
| 3 |
+
size 85479
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2.5
|
realworld_subset/ConservationofMomentum/PerfectlyInelasticCollision/7/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:030e9c9bedba3a177b1cb6d556bea6297fa71e5d7a1372a34c692ec2542b6566
|
| 3 |
+
size 556837
|