Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2
Browse files- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/annotation.txt +6 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/annotation_config.json +80 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/initial_velocity.json +49 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instantaneous_velocity/velocity.json +51 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/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/2/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/2/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "A",
|
| 3 |
+
"correct_formula": "(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·m_1·v_1f² + (1/2)·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 |
+
"(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·m_1·v_1f² + (1/2)·m_2·v_2f²",
|
| 7 |
+
"Q = m·c·ΔT",
|
| 8 |
+
"I = I_cm + m·(a/2)²",
|
| 9 |
+
"v_cm = (m_1·v_1i² + m_2·v_2i²) / (2·(m_1·v_1i + m_2·v_2i))"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "PerfectlyElasticCollision",
|
| 13 |
+
"seed": "PerfectlyElasticCollision|ConservationofMomentum/PerfectlyElasticCollision/2",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"ΔE = μ_k·m·g·d"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/2/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 41.0122,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.000975,
|
| 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/2/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c65cd9f84857d4ce79518f939f3cd87dff842f30d28a51a77b25317481f54ae9
|
| 3 |
+
size 614528
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab695ab7dd7d7b6f21a3639550d181c330c9411dcbb1e609041a711bb8f51482
|
| 3 |
+
size 307328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d86c20072be325c081a5a7643a9f72aa2d401d3b7d032ee384c4cff6e6233883
|
| 3 |
+
size 90051
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7aae113f8e0315bd5661ae942f25e51491a1e4491a98ed48da98e90bf706880
|
| 3 |
+
size 307328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/2/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.1,
|
| 5 |
+
"frame_index": 3,
|
| 6 |
+
"scale_px": 41.0122,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.000975,
|
| 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.551486,
|
| 28 |
+
"v_ms": 0.228649,
|
| 29 |
+
"speed_ms": 0.597007,
|
| 30 |
+
"du_px": -18.8542,
|
| 31 |
+
"dv_px": 7.8171,
|
| 32 |
+
"static": false
|
| 33 |
+
},
|
| 34 |
+
"4": {
|
| 35 |
+
"u_ms": -0.546841,
|
| 36 |
+
"v_ms": 0.219702,
|
| 37 |
+
"speed_ms": 0.589325,
|
| 38 |
+
"du_px": -18.6954,
|
| 39 |
+
"dv_px": 7.5112,
|
| 40 |
+
"static": false
|
| 41 |
+
},
|
| 42 |
+
"5": {
|
| 43 |
+
"u_ms": -0.694404,
|
| 44 |
+
"v_ms": 0.15547,
|
| 45 |
+
"speed_ms": 0.711595,
|
| 46 |
+
"du_px": -23.7403,
|
| 47 |
+
"dv_px": 5.3152,
|
| 48 |
+
"static": false
|
| 49 |
+
}
|
| 50 |
+
}
|
| 51 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fb8670e99452fb73a60b27f6c60737dd5d513c7989d15b6b3cd5bff543d2ec1
|
| 3 |
+
size 61814
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2.5
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/2/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:453b09b02cbe9772643eb3237c2f01781adfe2dc53d560bbbc783bd3a4e6a88b
|
| 3 |
+
size 392070
|