Add realworld_subset/ConservationofMomentum/InelasticCollision/0
Browse files- realworld_subset/ConservationofMomentum/InelasticCollision/0/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/InelasticCollision/0/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/InelasticCollision/0/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
LeftTennisBall: e = 0.75, m = 0.06, v_0 = 1.15
|
| 3 |
+
RightTennisBall: e = 0.75, m = 0.06, v_0 = 0.0
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/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": 1.152335,
|
| 15 |
+
"initial_velocity_v": 0,
|
| 16 |
+
"mass": 0.06,
|
| 17 |
+
"name": "LeftTennisBall",
|
| 18 |
+
"restitution": 0.75,
|
| 19 |
+
"static": false
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": 0,
|
| 24 |
+
"initial_velocity_v": 0,
|
| 25 |
+
"mass": 0.06,
|
| 26 |
+
"name": "RightTennisBall",
|
| 27 |
+
"restitution": 0.75,
|
| 28 |
+
"static": true
|
| 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/0/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "C",
|
| 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\nLeftTennisBall: e = 0.75, m = 0.06, v_0 = 1.15\nRightTennisBall: e = 0.75, m = 0.06, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"σ = F/a² = E·ε",
|
| 7 |
+
"e = 1 - ΔE / (m_1·v_1i² + m_2·v_2i²)",
|
| 8 |
+
"m_1·v_1i + m_2·v_2i = m_1·v_1f + m_2·v_2f",
|
| 9 |
+
"n_1·sinθ_1 = n_2·sinθ_2"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "InelasticCollision",
|
| 13 |
+
"seed": "InelasticCollision|ConservationofMomentum/InelasticCollision/0",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"W_f = ∫ μ_k·m·g·ds = ΔE_k"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/InelasticCollision/0/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 65.0308,
|
| 5 |
+
"scale_meters": 0.067,
|
| 6 |
+
"meters_per_pixel": 0.00103,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 1.152335,
|
| 10 |
+
"v_ms": 0.008365,
|
| 11 |
+
"speed_ms": 1.152365,
|
| 12 |
+
"du_px": 37.2822,
|
| 13 |
+
"dv_px": 0.2706,
|
| 14 |
+
"static": false
|
| 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 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32a795a71fb4afd95306d84fadad165ef2b80c5d11791b56c93955b4e21c299e
|
| 3 |
+
size 2048128
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b58264a3382cf491977d66f3ba1f9f88bf4c3f1bbbaf4b9bbeca47db8e6fe7c6
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d097ce7dfe8e0d864591a7effa59626be9876e0e33c5077564c1042d22890a96
|
| 3 |
+
size 76472
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccfb291c43fc207a457ced16fc57017c76e86786fed6a2cfc406687c73340ff4
|
| 3 |
+
size 1024128
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/InelasticCollision/0/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.2,
|
| 5 |
+
"frame_index": 6,
|
| 6 |
+
"scale_px": 65.0308,
|
| 7 |
+
"scale_meters": 0.067,
|
| 8 |
+
"meters_per_pixel": 0.00103,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.107612,
|
| 12 |
+
"v_ms": 0.002979,
|
| 13 |
+
"speed_ms": 0.107653,
|
| 14 |
+
"du_px": 3.4826,
|
| 15 |
+
"dv_px": 0.0964,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": 0.716829,
|
| 20 |
+
"v_ms": -0.01873,
|
| 21 |
+
"speed_ms": 0.717074,
|
| 22 |
+
"du_px": 23.1983,
|
| 23 |
+
"dv_px": -0.6062,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a60f2c4c703ade43d2fce4761d6444a376c2cb676534044126a2621208ca6ee
|
| 3 |
+
size 43202
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/ConservationofMomentum/InelasticCollision/0/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e2a3e14de3625431125d7c42364ed8d687e7258b29d25a81e65b949882ac79a
|
| 3 |
+
size 433698
|