Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10
Browse files- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
LeftSlider: e = 1.0, m = 0.5, v_0 = 0.0
|
| 3 |
+
RightSlider: e = 1.0, m = 2.0, v_0 = 0.5
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/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.5,
|
| 17 |
+
"name": "LeftSlider",
|
| 18 |
+
"restitution": 1,
|
| 19 |
+
"static": true
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": -0.497974,
|
| 24 |
+
"initial_velocity_v": -0.023466,
|
| 25 |
+
"mass": 2,
|
| 26 |
+
"name": "RightSlider",
|
| 27 |
+
"restitution": 1,
|
| 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": 30,
|
| 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": "perfectly_elastic_collision"
|
| 53 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "D",
|
| 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\nLeftSlider: e = 1.0, m = 0.5, v_0 = 0.0\nRightSlider: e = 1.0, m = 2.0, v_0 = 0.5",
|
| 5 |
+
"choices": [
|
| 6 |
+
"∫ F(t) dt = Δ(mv)",
|
| 7 |
+
"v_cm = (m_1·v_1i² + m_2·v_2i²) / (2·(m_1·v_1i + m_2·v_2i))",
|
| 8 |
+
"T = 2π·√(m/k)",
|
| 9 |
+
"m_1·v_1i + m_2·v_2i = m_1·v_1f + m_2·v_2f"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 3,
|
| 12 |
+
"physics_type": "PerfectlyElasticCollision",
|
| 13 |
+
"seed": "PerfectlyElasticCollision|ConservationofMomentum/PerfectlyElasticCollision/10",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"ΔE = μ_k·m·g·d"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/10/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 160.05,
|
| 5 |
+
"scale_meters": 0.17,
|
| 6 |
+
"meters_per_pixel": 0.001062,
|
| 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.497974,
|
| 18 |
+
"v_ms": -0.023466,
|
| 19 |
+
"speed_ms": 0.498527,
|
| 20 |
+
"du_px": -15.6276,
|
| 21 |
+
"dv_px": -0.7364,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfd90ba019ac8e57485515ed866d2d66af58a5befce1e0221e0e68e0a13bc176
|
| 3 |
+
size 4147328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec82ac571c92c773082763c6479b971ded2213c215ad9fef66fb33dc1ca8e00d
|
| 3 |
+
size 2073728
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8afc7314c4b7cb54eab03c7748f0253dec75028f5b53c5dd6c627a4758fa5102
|
| 3 |
+
size 350804
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1e33ea0090cba93db760b2278ea7c0891bee36932c22583163336dd73b79f29
|
| 3 |
+
size 2073728
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/10/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 1.8,
|
| 5 |
+
"frame_index": 54,
|
| 6 |
+
"scale_px": 160.05,
|
| 7 |
+
"scale_meters": 0.17,
|
| 8 |
+
"meters_per_pixel": 0.001062,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.619191,
|
| 12 |
+
"v_ms": -0.011085,
|
| 13 |
+
"speed_ms": 0.61929,
|
| 14 |
+
"du_px": -19.4347,
|
| 15 |
+
"dv_px": -0.3479,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": -0.241172,
|
| 20 |
+
"v_ms": -0.000327,
|
| 21 |
+
"speed_ms": 0.241172,
|
| 22 |
+
"du_px": -7.5697,
|
| 23 |
+
"dv_px": -0.0103,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ec369278638843d1b7fc822fd07410a313f173e18350a8c38a5f428dc23c918
|
| 3 |
+
size 205779
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2.5
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/10/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e114b227279152c4243826e742ee46819ccd7a300c45fd331d192485a523fa22
|
| 3 |
+
size 1391211
|