Add realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7
Browse files- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/annotation.txt +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/annotation_config.json +53 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/formula_info.json +18 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/initial_velocity.json +25 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/mask_0000.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/rgb_0000.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instance_segmentation/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/mask/maps.npz +3 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/physics_duration.txt +1 -0
- realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/rgb/video.mp4 +3 -0
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
LeftSlider: e = 1.0, m = 2.0, v_0 = 0.0
|
| 3 |
+
RightSlider: e = 1.0, m = 0.5, v_0 = 0.64
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/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": 2,
|
| 17 |
+
"name": "LeftSlider",
|
| 18 |
+
"restitution": 1,
|
| 19 |
+
"static": true
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"id": 2,
|
| 23 |
+
"initial_velocity_u": -0.639952,
|
| 24 |
+
"initial_velocity_v": -0.016887,
|
| 25 |
+
"mass": 0.5,
|
| 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/7/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "C",
|
| 3 |
+
"correct_formula": "(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·m_1·v_1f² + (1/2)·m_2·v_2f²",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nLeftSlider: e = 1.0, m = 2.0, v_0 = 0.0\nRightSlider: e = 1.0, m = 0.5, v_0 = 0.64",
|
| 5 |
+
"choices": [
|
| 6 |
+
"L = I·ω",
|
| 7 |
+
"I = I_cm + m·(a/2)²",
|
| 8 |
+
"(1/2)·m_1·v_1i² + (1/2)·m_2·v_2i² = (1/2)·m_1·v_1f² + (1/2)·m_2·v_2f²",
|
| 9 |
+
"ΔE = (1/2)·m_1·(v_1f - v_1i)²·(m_1/m_2 + 1)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "PerfectlyElasticCollision",
|
| 13 |
+
"seed": "PerfectlyElasticCollision|ConservationofMomentum/PerfectlyElasticCollision/7",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"ΔE = μ_k·m·g·d"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/ConservationofMomentum/PerfectlyElasticCollision/7/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 156.0,
|
| 5 |
+
"scale_meters": 0.17,
|
| 6 |
+
"meters_per_pixel": 0.00109,
|
| 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.639952,
|
| 18 |
+
"v_ms": -0.016887,
|
| 19 |
+
"speed_ms": 0.640175,
|
| 20 |
+
"du_px": -19.575,
|
| 21 |
+
"dv_px": -0.5166,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a4264740bc57a6e016d20da2fd0c58671aecbf438e3a4c185e901076b4fcb82
|
| 3 |
+
size 4147328
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3feab976731a5d76d46d9f278346d2a8a67945a6c0f2b752f4643b0fc37a339e
|
| 3 |
+
size 2073728
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d6eae44337a57f4d10d3e9edfda73eadfd276cdba6dc616b12caaa3bf0685ce
|
| 3 |
+
size 418706
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2696c35a1785b12302887a49d416f3bcb6feac75e805a139c6c2bbff5e044ec2
|
| 3 |
+
size 2073728
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/ConservationofMomentum/PerfectlyElasticCollision/7/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 1.6,
|
| 5 |
+
"frame_index": 48,
|
| 6 |
+
"scale_px": 156.0,
|
| 7 |
+
"scale_meters": 0.17,
|
| 8 |
+
"meters_per_pixel": 0.00109,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.160117,
|
| 12 |
+
"v_ms": -0.006491,
|
| 13 |
+
"speed_ms": 0.160249,
|
| 14 |
+
"du_px": -4.8966,
|
| 15 |
+
"dv_px": -0.1985,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": 0.304013,
|
| 20 |
+
"v_ms": 0.014606,
|
| 21 |
+
"speed_ms": 0.304364,
|
| 22 |
+
"du_px": 9.297,
|
| 23 |
+
"dv_px": 0.4467,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95876cf822036a7e209a0608c208a84e7759893af0aa4adf77b3a4e83993470b
|
| 3 |
+
size 247908
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3.0
|
realworld_subset/ConservationofMomentum/PerfectlyElasticCollision/7/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5a47bcf06c70f9fb5cb3d870040a8c7c630b8a810512c4a2b1e6a4f35e414d0
|
| 3 |
+
size 1493572
|