Add realworld_subset/Gravity/Projectile/31
Browse files- realworld_subset/Gravity/Projectile/31/annotation.txt +4 -0
- realworld_subset/Gravity/Projectile/31/annotation_config.json +56 -0
- realworld_subset/Gravity/Projectile/31/formula_info.json +18 -0
- realworld_subset/Gravity/Projectile/31/initial_state/initial_velocity.json +25 -0
- realworld_subset/Gravity/Projectile/31/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/31/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/31/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Projectile/31/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Projectile/31/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Projectile/31/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/31/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Projectile/31/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/Gravity/Projectile/31/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Projectile/31/mask/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/31/physics_duration.txt +1 -0
- realworld_subset/Gravity/Projectile/31/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Projectile/31/annotation.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
LeftSteelBall: d = 0.04, e = 0.6, h = 1.4, v_0 = 3.70
|
| 4 |
+
RightSteelBall: d = 0.04, e = 0.6, h = 1.5, v_0 = 2.80
|
realworld_subset/Gravity/Projectile/31/annotation_config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"environment": {
|
| 3 |
+
"air_resistance": "!=0",
|
| 4 |
+
"gravity": 9.81
|
| 5 |
+
},
|
| 6 |
+
"ground": {
|
| 7 |
+
"label": "Ground",
|
| 8 |
+
"restitution": 0.5
|
| 9 |
+
},
|
| 10 |
+
"objects": [
|
| 11 |
+
{
|
| 12 |
+
"height": 1.4,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 1.94283,
|
| 15 |
+
"initial_velocity_v": 3.153469,
|
| 16 |
+
"name": "LeftSteelBall",
|
| 17 |
+
"restitution": 0.6,
|
| 18 |
+
"size": 0.04,
|
| 19 |
+
"size_symbol": "d",
|
| 20 |
+
"static": false
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"height": 1.5,
|
| 24 |
+
"id": 2,
|
| 25 |
+
"initial_velocity_u": 1.567149,
|
| 26 |
+
"initial_velocity_v": 2.324737,
|
| 27 |
+
"name": "RightSteelBall",
|
| 28 |
+
"restitution": 0.6,
|
| 29 |
+
"size": 0.04,
|
| 30 |
+
"size_symbol": "d",
|
| 31 |
+
"static": false
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"render": {
|
| 35 |
+
"axes_arrow_head_width": 20,
|
| 36 |
+
"axes_arrow_length": 75,
|
| 37 |
+
"axes_arrow_width": 8,
|
| 38 |
+
"fontsize": 20,
|
| 39 |
+
"margin_axes_range": [
|
| 40 |
+
5,
|
| 41 |
+
50
|
| 42 |
+
],
|
| 43 |
+
"margin_env_range": [
|
| 44 |
+
5,
|
| 45 |
+
50
|
| 46 |
+
],
|
| 47 |
+
"margin_ground_range": [
|
| 48 |
+
5,
|
| 49 |
+
50
|
| 50 |
+
],
|
| 51 |
+
"velocity_arrow_head_width": 30,
|
| 52 |
+
"velocity_arrow_length": 100,
|
| 53 |
+
"velocity_arrow_width": 10
|
| 54 |
+
},
|
| 55 |
+
"task_type": "projectile"
|
| 56 |
+
}
|
realworld_subset/Gravity/Projectile/31/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "D",
|
| 3 |
+
"correct_formula": "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nLeftSteelBall: d = 0.04, e = 0.6, h = 1.4, v_0 = 3.70\nRightSteelBall: d = 0.04, e = 0.6, h = 1.5, v_0 = 2.80",
|
| 5 |
+
"choices": [
|
| 6 |
+
"R = v_0²·sin(2θ) / (g·cos²θ)",
|
| 7 |
+
"m·g·h + (1/2)·m·v_0² = constant",
|
| 8 |
+
"ΔU = q·ΔV",
|
| 9 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 3,
|
| 12 |
+
"physics_type": "Projectile",
|
| 13 |
+
"seed": "Projectile|Gravity/Projectile/31",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"F_drag = (1/2)·C_d·ρ·A·v² (A = π·(d/2)²)"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Projectile/31/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Projectile/31/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 13.0,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.003077,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 1.94283,
|
| 10 |
+
"v_ms": 3.153469,
|
| 11 |
+
"speed_ms": 3.703911,
|
| 12 |
+
"du_px": 21.0473,
|
| 13 |
+
"dv_px": 34.1626,
|
| 14 |
+
"static": false
|
| 15 |
+
},
|
| 16 |
+
"2": {
|
| 17 |
+
"u_ms": 1.567149,
|
| 18 |
+
"v_ms": 2.324737,
|
| 19 |
+
"speed_ms": 2.803633,
|
| 20 |
+
"du_px": 16.9774,
|
| 21 |
+
"dv_px": 25.1847,
|
| 22 |
+
"static": false
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|
realworld_subset/Gravity/Projectile/31/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7617c132e5b4daf901688e8fe44cc51254ceed91d0a0498692e5dd22e386914d
|
| 3 |
+
size 1705728
|
realworld_subset/Gravity/Projectile/31/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dcdf24956f75c1e4e4d4adee67dfff3a6a51b297ea5c9bd5fcafb7a15d7e45a
|
| 3 |
+
size 852928
|
realworld_subset/Gravity/Projectile/31/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/31/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/31/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/31/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5bed4f6f11526cbac17801fc9d72f4b17fe3fe0ac21638ee86e3e651e7aba59
|
| 3 |
+
size 55380
|
realworld_subset/Gravity/Projectile/31/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bde77f7290497edcd3554fa031358c87f504f92c0f8e6ec545035a45113102d
|
| 3 |
+
size 852928
|
realworld_subset/Gravity/Projectile/31/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/31/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.1,
|
| 5 |
+
"frame_index": 3,
|
| 6 |
+
"scale_px": 13.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.003077,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 2.023564,
|
| 12 |
+
"v_ms": 3.939652,
|
| 13 |
+
"speed_ms": 4.428958,
|
| 14 |
+
"du_px": 21.9214,
|
| 15 |
+
"dv_px": 42.6785,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": 1.540698,
|
| 20 |
+
"v_ms": 2.751566,
|
| 21 |
+
"speed_ms": 3.153548,
|
| 22 |
+
"du_px": 16.6905,
|
| 23 |
+
"dv_px": 29.8079,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/Gravity/Projectile/31/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/31/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac72d03c249a14f73b34302b7313a0e90aee60cc42d6d590de428f26ebb67239
|
| 3 |
+
size 29003
|
realworld_subset/Gravity/Projectile/31/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/Gravity/Projectile/31/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:749488563cb437e8d7c5b29a6eafac97ec4764bacccb021228a9700d1d28e65b
|
| 3 |
+
size 692882
|