Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4
Browse files- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/annotation.txt +6 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/annotation_config.json +80 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/initial_velocity.json +49 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instantaneous_velocity/velocity.json +51 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/annotation.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
FarLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
|
| 3 |
+
CenterLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
|
| 4 |
+
CenterSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
|
| 5 |
+
CenterRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
|
| 6 |
+
FarRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/annotation_config.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.03,
|
| 17 |
+
"name": "FarLeftSteelBall",
|
| 18 |
+
"restitution": 1,
|
| 19 |
+
"static": true
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": 0,
|
| 24 |
+
"initial_velocity_v": 0,
|
| 25 |
+
"mass": 0.03,
|
| 26 |
+
"name": "CenterLeftSteelBall",
|
| 27 |
+
"restitution": 1,
|
| 28 |
+
"static": true
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"id": 3,
|
| 32 |
+
"initial_velocity_u": 0,
|
| 33 |
+
"initial_velocity_v": 0,
|
| 34 |
+
"mass": 0.03,
|
| 35 |
+
"name": "CenterSteelBall",
|
| 36 |
+
"restitution": 1,
|
| 37 |
+
"static": true
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"id": 4,
|
| 41 |
+
"initial_velocity_u": 0,
|
| 42 |
+
"initial_velocity_v": 0,
|
| 43 |
+
"mass": 0.03,
|
| 44 |
+
"name": "CenterRightSteelBall",
|
| 45 |
+
"restitution": 1,
|
| 46 |
+
"static": true
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"id": 5,
|
| 50 |
+
"initial_velocity_u": 0,
|
| 51 |
+
"initial_velocity_v": 0,
|
| 52 |
+
"mass": 0.03,
|
| 53 |
+
"name": "FarRightSteelBall",
|
| 54 |
+
"restitution": 1,
|
| 55 |
+
"static": true
|
| 56 |
+
}
|
| 57 |
+
],
|
| 58 |
+
"render": {
|
| 59 |
+
"axes_arrow_head_width": 20,
|
| 60 |
+
"axes_arrow_length": 75,
|
| 61 |
+
"axes_arrow_width": 8,
|
| 62 |
+
"fontsize": 10,
|
| 63 |
+
"margin_axes_range": [
|
| 64 |
+
5,
|
| 65 |
+
50
|
| 66 |
+
],
|
| 67 |
+
"margin_env_range": [
|
| 68 |
+
5,
|
| 69 |
+
50
|
| 70 |
+
],
|
| 71 |
+
"margin_ground_range": [
|
| 72 |
+
5,
|
| 73 |
+
50
|
| 74 |
+
],
|
| 75 |
+
"velocity_arrow_head_width": 30,
|
| 76 |
+
"velocity_arrow_length": 100,
|
| 77 |
+
"velocity_arrow_width": 10
|
| 78 |
+
},
|
| 79 |
+
"task_type": "perfectly_elastic_collision"
|
| 80 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/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·v_1f + m_2·v_2f",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nFarLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nCenterLeftSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nCenterSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nCenterRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0\nFarRightSteelBall: e = 1.0, m = 0.03, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"m_1·v_1i + m_2·v_2i = m_1·v_1f + m_2·v_2f",
|
| 7 |
+
"v_1f = v_1i · e^(-m_2/m_1) + v_2i·(1 - e^(-m_2/m_1))",
|
| 8 |
+
"B = μ_0·I / (2π·r)",
|
| 9 |
+
"v_2f - v_1f = e·(v_1i - v_2i)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "PerfectlyElasticCollision",
|
| 13 |
+
"seed": "PerfectlyElasticCollision|ConservationofMomentum/PerfectlyElasticCollision/4",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"ΔE = μ_k·m·g·d"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/4/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 38.0132,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.001052,
|
| 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 |
+
"4": {
|
| 33 |
+
"u_ms": 0.0,
|
| 34 |
+
"v_ms": 0.0,
|
| 35 |
+
"speed_ms": 0.0,
|
| 36 |
+
"du_px": 0.0,
|
| 37 |
+
"dv_px": 0.0,
|
| 38 |
+
"static": true
|
| 39 |
+
},
|
| 40 |
+
"5": {
|
| 41 |
+
"u_ms": 0.0,
|
| 42 |
+
"v_ms": 0.0,
|
| 43 |
+
"speed_ms": 0.0,
|
| 44 |
+
"du_px": 0.0,
|
| 45 |
+
"dv_px": 0.0,
|
| 46 |
+
"static": true
|
| 47 |
+
}
|
| 48 |
+
}
|
| 49 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce79390d833e4caa6e4e4a9a17d0f6751b2fd61e2a864b089810efb6a5511e57
|
| 3 |
+
size 614528
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b73c81ec8d9003d6c9a63e88391c00b16106138cc7e0c1a486164b81f08cc1b3
|
| 3 |
+
size 307328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5825352c9f87b10c4bb9ab5ca4afe961dc4c616ec77b44a47a525505d2f71a04
|
| 3 |
+
size 41287
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:834f30cf719060665c240924f6ab4fce378111d533c395071d1036a4bc90b9f4
|
| 3 |
+
size 307328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/4/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.4,
|
| 5 |
+
"frame_index": 12,
|
| 6 |
+
"scale_px": 38.0132,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.001052,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.024697,
|
| 12 |
+
"v_ms": -0.006403,
|
| 13 |
+
"speed_ms": 0.025513,
|
| 14 |
+
"du_px": -0.7825,
|
| 15 |
+
"dv_px": -0.2029,
|
| 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": 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 |
+
"4": {
|
| 35 |
+
"u_ms": 0.0,
|
| 36 |
+
"v_ms": 0.0,
|
| 37 |
+
"speed_ms": 0.0,
|
| 38 |
+
"du_px": 0.0,
|
| 39 |
+
"dv_px": 0.0,
|
| 40 |
+
"static": true
|
| 41 |
+
},
|
| 42 |
+
"5": {
|
| 43 |
+
"u_ms": -0.153324,
|
| 44 |
+
"v_ms": 0.168984,
|
| 45 |
+
"speed_ms": 0.228175,
|
| 46 |
+
"du_px": -4.8582,
|
| 47 |
+
"dv_px": 5.3544,
|
| 48 |
+
"static": false
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0ae69aa87f7d9f0ef81af0027d0f31516f547007e864087f9c02c088043c5da
|
| 3 |
+
size 30618
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/4/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea99a79ea7e305f87824e830aae621c24ee9719913b392f50f0d6d26027c50b1
|
| 3 |
+
size 175486
|