Add realworld_subset/ConservationofMomentum/InelasticCollision/9
Browse files- realworld_subset/ConservationofMomentum/InelasticCollision/9/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/9/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/InelasticCollision/9/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
YellowPingPongBall: e = 0.71, m = 0.003, v_0 = 0.36
|
| 3 |
+
WhitePingPongBall: e = 0.71, m = 0.003, v_0 = 1.43
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/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.360165,
|
| 15 |
+
"initial_velocity_v": 0,
|
| 16 |
+
"mass": 0.0027,
|
| 17 |
+
"name": "YellowPingPongBall",
|
| 18 |
+
"restitution": 0.71,
|
| 19 |
+
"static": false
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": -1.433728,
|
| 24 |
+
"initial_velocity_v": 0,
|
| 25 |
+
"mass": 0.0027,
|
| 26 |
+
"name": "WhitePingPongBall",
|
| 27 |
+
"restitution": 0.71,
|
| 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/9/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "B",
|
| 3 |
+
"correct_formula": "e = (v_2f - v_1f) / (v_1i - v_2i)",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nYellowPingPongBall: e = 0.71, m = 0.003, v_0 = 0.36\nWhitePingPongBall: e = 0.71, m = 0.003, v_0 = 1.43",
|
| 5 |
+
"choices": [
|
| 6 |
+
"E = σ·T⁴·A",
|
| 7 |
+
"e = (v_2f - v_1f) / (v_1i - v_2i)",
|
| 8 |
+
"ΔE_loss = (1/2)·e²·(m_1·m_2)/(m_1+m_2)·(v_1i + v_2i)²",
|
| 9 |
+
"σ = F/a² = E·ε"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 1,
|
| 12 |
+
"physics_type": "InelasticCollision",
|
| 13 |
+
"seed": "InelasticCollision|ConservationofMomentum/InelasticCollision/9",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"W_f = ∫ μ_k·m·g·ds = ΔE_k"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/InelasticCollision/9/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 42.0,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.000952,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": -0.360165,
|
| 10 |
+
"v_ms": -0.016769,
|
| 11 |
+
"speed_ms": 0.360555,
|
| 12 |
+
"du_px": -12.6058,
|
| 13 |
+
"dv_px": -0.5869,
|
| 14 |
+
"static": false
|
| 15 |
+
},
|
| 16 |
+
"2": {
|
| 17 |
+
"u_ms": -1.433728,
|
| 18 |
+
"v_ms": -0.007114,
|
| 19 |
+
"speed_ms": 1.433746,
|
| 20 |
+
"du_px": -50.1805,
|
| 21 |
+
"dv_px": -0.249,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:938c979f86fe9caeda32961df3e2d8ddf28f8b904823eb9cad58dd03a36fee49
|
| 3 |
+
size 2048128
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1519985ba3521684c1537d7022836df4396d7082aa2a6227b4b7cb6ba823b2b
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c849dd3cdce75277f600714a74cc06decf7b89d388bf2e659e801fbafa47f160
|
| 3 |
+
size 37206
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd390094576019dbf4852d30f943895a9b649d9c22e5c96def49c6b3429cb2b8
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/InelasticCollision/9/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.4,
|
| 5 |
+
"frame_index": 12,
|
| 6 |
+
"scale_px": 42.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.000952,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.821384,
|
| 12 |
+
"v_ms": -0.017492,
|
| 13 |
+
"speed_ms": 0.82157,
|
| 14 |
+
"du_px": -28.7599,
|
| 15 |
+
"dv_px": -0.6125,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.53242,
|
| 20 |
+
"v_ms": -0.009448,
|
| 21 |
+
"speed_ms": 0.532504,
|
| 22 |
+
"du_px": -18.6422,
|
| 23 |
+
"dv_px": -0.3308,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62acc5c256afb639eba11307a904006d8b8c0015345fdf1e7097c707a479791a
|
| 3 |
+
size 20572
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0.5
|
realworld_subset/ConservationofMomentum/InelasticCollision/9/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8af7fef1ef9a2e43d75b22c3424bd8961108f4ab172e49c3e66d690a559c6c23
|
| 3 |
+
size 353226
|