Add realworld_subset/ConservationofMomentum/InelasticCollision/13
Browse files- realworld_subset/ConservationofMomentum/InelasticCollision/13/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/13/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/InelasticCollision/13/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
PingPongBall: e = 0.71, m = 0.003, v_0 = 0.0
|
| 3 |
+
SteelBall: e = 0.6, m = 0.26, v_0 = 0.46
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/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.0027,
|
| 17 |
+
"name": "PingPongBall",
|
| 18 |
+
"restitution": 0.71,
|
| 19 |
+
"static": true
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": -0.456276,
|
| 24 |
+
"initial_velocity_v": 0.009727,
|
| 25 |
+
"mass": 0.26,
|
| 26 |
+
"name": "SteelBall",
|
| 27 |
+
"restitution": 0.6,
|
| 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": "inelastic_collision"
|
| 53 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "C",
|
| 3 |
+
"correct_formula": "e = (v_2f - v_1f) / (v_1i - v_2i)",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nPingPongBall: e = 0.71, m = 0.003, v_0 = 0.0\nSteelBall: e = 0.6, m = 0.26, v_0 = 0.46",
|
| 5 |
+
"choices": [
|
| 6 |
+
"E = h·f",
|
| 7 |
+
"E_rot = (1/2)·(1/6·m·a²)·ω²",
|
| 8 |
+
"e = (v_2f - v_1f) / (v_1i - v_2i)",
|
| 9 |
+
"ΔE = (1/2)·m_1·m_2·e²·(v_1i - v_2i)² / (m_1 + m_2)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "InelasticCollision",
|
| 13 |
+
"seed": "InelasticCollision|ConservationofMomentum/InelasticCollision/13",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"W_f = ∫ μ_k·m·g·ds = ΔE_k"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/InelasticCollision/13/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.456276,
|
| 18 |
+
"v_ms": 0.009727,
|
| 19 |
+
"speed_ms": 0.456379,
|
| 20 |
+
"du_px": -14.4537,
|
| 21 |
+
"dv_px": 0.3081,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1330d9f805cc1bdc0611fdc2048db1b407595d02200993053d2ba6f50116f1b5
|
| 3 |
+
size 2048128
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7da63b92a869e81ec19d8f43e701135f896047852c7c4a0d6f451b8dc1942b5a
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d08227614636de3003fce71003872de1351386765cd48c6f14cc2fe0b16d951c
|
| 3 |
+
size 71826
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce59d011e8da38c5c4b3c058bb303cfe6d0df1d0bb693a6c8d38b9a0da8328a9
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/InelasticCollision/13/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.5,
|
| 5 |
+
"frame_index": 15,
|
| 6 |
+
"scale_px": 38.0132,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.001052,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -1.048851,
|
| 12 |
+
"v_ms": -0.001084,
|
| 13 |
+
"speed_ms": 1.048851,
|
| 14 |
+
"du_px": -33.2335,
|
| 15 |
+
"dv_px": -0.0343,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.677665,
|
| 20 |
+
"v_ms": -0.014284,
|
| 21 |
+
"speed_ms": 0.677816,
|
| 22 |
+
"du_px": -21.4723,
|
| 23 |
+
"dv_px": -0.4526,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56fde74b987d9c88c800fac4fa483e25ba1dfed87caa283988ae5d6bb54fe8de
|
| 3 |
+
size 39596
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/ConservationofMomentum/InelasticCollision/13/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3267d31df19049435f244198bc7088662c6bc5e12f1b50a34013a99dbfb26a3b
|
| 3 |
+
size 613648
|