Add realworld_subset/ConservationofMomentum/InelasticCollision/3
Browse files- realworld_subset/ConservationofMomentum/InelasticCollision/3/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/3/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/InelasticCollision/3/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.0
|
| 3 |
+
WhitePingPongBall: e = 0.71, m = 0.003, v_0 = 0.49
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/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": "YellowPingPongBall",
|
| 18 |
+
"restitution": 0.71,
|
| 19 |
+
"static": true
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": -0.488656,
|
| 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/3/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\nYellowPingPongBall: e = 0.71, m = 0.003, v_0 = 0.0\nWhitePingPongBall: e = 0.71, m = 0.003, v_0 = 0.49",
|
| 5 |
+
"choices": [
|
| 6 |
+
"ΔS = Q_rev / T",
|
| 7 |
+
"e = 1 - ΔE / (m_1·v_1i² + m_2·v_2i²)",
|
| 8 |
+
"e = (v_2f - v_1f) / (v_1i - v_2i)",
|
| 9 |
+
"σ = F/a² = E·ε"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "InelasticCollision",
|
| 13 |
+
"seed": "InelasticCollision|ConservationofMomentum/InelasticCollision/3",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"W_f = ∫ μ_k·m·g·ds = ΔE_k"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/InelasticCollision/3/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 44.0454,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.000908,
|
| 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.488656,
|
| 18 |
+
"v_ms": -0.014681,
|
| 19 |
+
"speed_ms": 0.488876,
|
| 20 |
+
"du_px": -17.9359,
|
| 21 |
+
"dv_px": -0.5388,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e686f13e2e6d796f1a1961592fc628ad85f89307d2f4d9709cb6dcd119dbdf1a
|
| 3 |
+
size 2048128
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df628ce3dd03ca75f79fa3d4d40ac880c53a52247419317a20f05f723e9c5c83
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be5465f9846bdbfa990aaef89389d5d1cf567d1f6f161ab0d467f5bfd57c4c88
|
| 3 |
+
size 71608
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bde7d29b83d57b59ba4cff16314f87341b5214e3690576c946822be56166351b
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/InelasticCollision/3/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.6,
|
| 5 |
+
"frame_index": 18,
|
| 6 |
+
"scale_px": 44.0454,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.000908,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.230614,
|
| 12 |
+
"v_ms": 0.006725,
|
| 13 |
+
"speed_ms": 0.230712,
|
| 14 |
+
"du_px": -8.466,
|
| 15 |
+
"dv_px": 0.2469,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.144441,
|
| 20 |
+
"v_ms": 0.004804,
|
| 21 |
+
"speed_ms": 0.144521,
|
| 22 |
+
"du_px": -5.3025,
|
| 23 |
+
"dv_px": 0.1764,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:879ebcdf1f4a88bfd2d85a1c0e494a0798f1e125d54dd78bb6dbd0f7b7013ae7
|
| 3 |
+
size 39749
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/ConservationofMomentum/InelasticCollision/3/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb3f2f7bf2ecacad69e81cb82089ce8fcfe4560b65f834760910e2115c8b79cd
|
| 3 |
+
size 524430
|