Add realworld_subset/Gravity/Projectile/43
Browse files- realworld_subset/Gravity/Projectile/43/annotation.txt +3 -0
- realworld_subset/Gravity/Projectile/43/annotation_config.json +45 -0
- realworld_subset/Gravity/Projectile/43/formula_info.json +18 -0
- realworld_subset/Gravity/Projectile/43/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Projectile/43/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/43/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/43/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Projectile/43/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Projectile/43/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Projectile/43/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/43/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Projectile/43/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Projectile/43/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Projectile/43/mask/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/43/physics_duration.txt +1 -0
- realworld_subset/Gravity/Projectile/43/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Projectile/43/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
Baseball: d = 0.07, e = 0.55, h = 1.35, v_0 = 2.80
|
realworld_subset/Gravity/Projectile/43/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": 1.35,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 1.30003,
|
| 15 |
+
"initial_velocity_v": -2.483061,
|
| 16 |
+
"name": "Baseball",
|
| 17 |
+
"restitution": 0.55,
|
| 18 |
+
"size": 0.07,
|
| 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/43/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "C",
|
| 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\nBaseball: d = 0.07, e = 0.55, h = 1.35, v_0 = 2.80",
|
| 5 |
+
"choices": [
|
| 6 |
+
"R = v_0²·sin(2θ) / (g·cos²θ)",
|
| 7 |
+
"λ = h/(m·v)",
|
| 8 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 9 |
+
"m·g·h + (1/2)·m·v_0² = constant"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "Projectile",
|
| 13 |
+
"seed": "Projectile|Gravity/Projectile/43",
|
| 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/43/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Projectile/43/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 25.0,
|
| 5 |
+
"scale_meters": 0.073,
|
| 6 |
+
"meters_per_pixel": 0.00292,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 1.30003,
|
| 10 |
+
"v_ms": -2.483061,
|
| 11 |
+
"speed_ms": 2.802797,
|
| 12 |
+
"du_px": 14.8405,
|
| 13 |
+
"dv_px": -28.3454,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Projectile/43/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfe247ef17d4f68435eb0157f8424af3b4aec15983d0a74939809cefad4a317f
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Projectile/43/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36dc54bc3c83b997200ebfc2d5bdf01d3643cf922a23eec39f99df21b954d881
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/43/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/43/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/43/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/43/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:234004d21c3aedc519a8b355a8e28c36d83b73d0445a43b4b8ffea2ff1970692
|
| 3 |
+
size 95663
|
realworld_subset/Gravity/Projectile/43/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aad458a1b4b0b564f59149243019e4bcb51a6405fc113b9e5723d7a8e613fb6a
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/43/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/43/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.7,
|
| 5 |
+
"frame_index": 21,
|
| 6 |
+
"scale_px": 25.0,
|
| 7 |
+
"scale_meters": 0.073,
|
| 8 |
+
"meters_per_pixel": 0.00292,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 1.245072,
|
| 12 |
+
"v_ms": 3.066748,
|
| 13 |
+
"speed_ms": 3.309856,
|
| 14 |
+
"du_px": 14.2131,
|
| 15 |
+
"dv_px": 35.0085,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Projectile/43/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/43/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ea8d329d3cbb63d14121ceb7864b983d3ddcdd179e8947e1044050e43d6cc9e
|
| 3 |
+
size 49664
|
realworld_subset/Gravity/Projectile/43/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.5
|
realworld_subset/Gravity/Projectile/43/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16b4bc42ff0f00ae7d51d0f4cd92abca2b37bba8a1eb48b7021661597be304ba
|
| 3 |
+
size 2272376
|