Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14
Browse files- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
CueBall: e = 1.0, m = 0.16, v_0 = 0.35
|
| 3 |
+
EightBall: e = 1.0, m = 0.16, v_0 = 0.0
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/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.352031,
|
| 15 |
+
"initial_velocity_v": 0,
|
| 16 |
+
"mass": 0.16,
|
| 17 |
+
"name": "CueBall",
|
| 18 |
+
"restitution": 1,
|
| 19 |
+
"static": false
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": 0,
|
| 24 |
+
"initial_velocity_v": 0,
|
| 25 |
+
"mass": 0.16,
|
| 26 |
+
"name": "EightBall",
|
| 27 |
+
"restitution": 1,
|
| 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": 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/14/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\nCueBall: e = 1.0, m = 0.16, v_0 = 0.35\nEightBall: e = 1.0, m = 0.16, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"v_2f = 2·m_1·v_1i·cosθ / (m_1 + m_2)",
|
| 7 |
+
"B = μ_0·I / (2π·r)",
|
| 8 |
+
"v_2f - v_1f = e·(v_1i - v_2i)",
|
| 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/14",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"ΔE = μ_k·m·g·d"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/14/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 129.0155,
|
| 5 |
+
"scale_meters": 0.057,
|
| 6 |
+
"meters_per_pixel": 0.000442,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 0.352031,
|
| 10 |
+
"v_ms": -0.004304,
|
| 11 |
+
"speed_ms": 0.352057,
|
| 12 |
+
"du_px": 26.5599,
|
| 13 |
+
"dv_px": -0.3247,
|
| 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/PerfectlyElasticCollision/14/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2660fa1f871dc572410054d8512e53cba1a6d67b2f8395ffb166321bb6b631d7
|
| 3 |
+
size 3110528
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e9ca50f36d1d917032f062023f89701267ccc0535080fab2c7d924769388873
|
| 3 |
+
size 1555328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd9d943890e163a218f9f0700fec7b98b1e32a784a4a9e5d2e79dd99e6e6a02d
|
| 3 |
+
size 259739
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c212667349cad2b1548af3838540d2486ea778fee33539efc4bf4f763ff07668
|
| 3 |
+
size 1555328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/14/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 1.3,
|
| 5 |
+
"frame_index": 39,
|
| 6 |
+
"scale_px": 129.0155,
|
| 7 |
+
"scale_meters": 0.057,
|
| 8 |
+
"meters_per_pixel": 0.000442,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.0,
|
| 12 |
+
"v_ms": 0.0,
|
| 13 |
+
"speed_ms": 0.0,
|
| 14 |
+
"du_px": 0.0,
|
| 15 |
+
"dv_px": 0.0,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": 0.602471,
|
| 20 |
+
"v_ms": 0.003425,
|
| 21 |
+
"speed_ms": 0.602481,
|
| 22 |
+
"du_px": 45.4352,
|
| 23 |
+
"dv_px": 0.2583,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ae96941f2a3637444eec2c083fe9278253fded9a6a23ee38b79281adfc9d8c3
|
| 3 |
+
size 162528
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2.0
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/14/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dc86838d9de703799a6669a0efeac7374b647d92606acfaa21d4deee85a2398
|
| 3 |
+
size 304746
|