Add realworld_subset/Gravity/Projectile/18
Browse files- realworld_subset/Gravity/Projectile/18/annotation.txt +3 -0
- realworld_subset/Gravity/Projectile/18/annotation_config.json +45 -0
- realworld_subset/Gravity/Projectile/18/formula_info.json +18 -0
- realworld_subset/Gravity/Projectile/18/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Projectile/18/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/18/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/18/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Projectile/18/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Projectile/18/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Projectile/18/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/18/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Projectile/18/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Projectile/18/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Projectile/18/mask/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/18/physics_duration.txt +1 -0
- realworld_subset/Gravity/Projectile/18/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Projectile/18/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
SteelBall: d = 0.04, e = 0.6, h = 0.96, v_0 = 1.29
|
realworld_subset/Gravity/Projectile/18/annotation_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 0.96,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 0.182689,
|
| 15 |
+
"initial_velocity_v": -1.27773,
|
| 16 |
+
"name": "SteelBall",
|
| 17 |
+
"restitution": 0.6,
|
| 18 |
+
"size": 0.04,
|
| 19 |
+
"size_symbol": "d",
|
| 20 |
+
"static": false
|
| 21 |
+
}
|
| 22 |
+
],
|
| 23 |
+
"render": {
|
| 24 |
+
"axes_arrow_head_width": 20,
|
| 25 |
+
"axes_arrow_length": 75,
|
| 26 |
+
"axes_arrow_width": 8,
|
| 27 |
+
"fontsize": 20,
|
| 28 |
+
"margin_axes_range": [
|
| 29 |
+
5,
|
| 30 |
+
50
|
| 31 |
+
],
|
| 32 |
+
"margin_env_range": [
|
| 33 |
+
5,
|
| 34 |
+
50
|
| 35 |
+
],
|
| 36 |
+
"margin_ground_range": [
|
| 37 |
+
5,
|
| 38 |
+
50
|
| 39 |
+
],
|
| 40 |
+
"velocity_arrow_head_width": 30,
|
| 41 |
+
"velocity_arrow_length": 100,
|
| 42 |
+
"velocity_arrow_width": 10
|
| 43 |
+
},
|
| 44 |
+
"task_type": "projectile"
|
| 45 |
+
}
|
realworld_subset/Gravity/Projectile/18/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "A",
|
| 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\nSteelBall: d = 0.04, e = 0.6, h = 0.96, v_0 = 1.29",
|
| 5 |
+
"choices": [
|
| 6 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 7 |
+
"T = 2π·√(L/g)",
|
| 8 |
+
"y_max = v_0²·sin²θ / (2·g·cosθ)",
|
| 9 |
+
"a_n = v² / ρ"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "Projectile",
|
| 13 |
+
"seed": "Projectile|Gravity/Projectile/18",
|
| 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/18/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Projectile/18/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 29.0172,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.001378,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 0.182689,
|
| 10 |
+
"v_ms": -1.27773,
|
| 11 |
+
"speed_ms": 1.290724,
|
| 12 |
+
"du_px": 4.4176,
|
| 13 |
+
"dv_px": -30.8968,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Projectile/18/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3673097f5eea46503d386fcc8b169b21dea88c1abe84fbd1cfb62fb2cadbf5ae
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Projectile/18/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fba075763e2f376285e7437c53a83dcf3bed34844896e5863bfd462e8d25bf01
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/18/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/18/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/18/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/18/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c98591be9c2ff7295f47a7b1815bc03330d31acbc946f292d7d8d7d09123f511
|
| 3 |
+
size 65272
|
realworld_subset/Gravity/Projectile/18/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed08fc2b09cba705dd3d6151b0f0a062b60fe39ec58c95d2e7a9c88e69ed007d
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/18/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/18/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.1,
|
| 5 |
+
"frame_index": 3,
|
| 6 |
+
"scale_px": 29.0172,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.001378,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.125553,
|
| 12 |
+
"v_ms": -0.755123,
|
| 13 |
+
"speed_ms": 0.765489,
|
| 14 |
+
"du_px": 3.0371,
|
| 15 |
+
"dv_px": -18.2662,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Projectile/18/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/18/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9125911351328d17ae4d60d4aa2c562a1c59ee4f97e38c8073f1a35ff417b186
|
| 3 |
+
size 34243
|
realworld_subset/Gravity/Projectile/18/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/Gravity/Projectile/18/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6651e96e062ce07364648e2705deee97f5280df1ee10eb2f2b4c39695d0e2c0
|
| 3 |
+
size 341581
|