Add realworld_subset/Gravity/Projectile/41
Browse files- realworld_subset/Gravity/Projectile/41/annotation.txt +3 -0
- realworld_subset/Gravity/Projectile/41/annotation_config.json +45 -0
- realworld_subset/Gravity/Projectile/41/formula_info.json +18 -0
- realworld_subset/Gravity/Projectile/41/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Projectile/41/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/41/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/41/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Projectile/41/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Projectile/41/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Projectile/41/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/41/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Projectile/41/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Projectile/41/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Projectile/41/mask/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/41/physics_duration.txt +1 -0
- realworld_subset/Gravity/Projectile/41/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Projectile/41/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
TennisBall: d = 0.07, e = 0.75, h = 0.84, v_0 = 4.48
|
realworld_subset/Gravity/Projectile/41/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.84,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 0.810126,
|
| 15 |
+
"initial_velocity_v": -4.408259,
|
| 16 |
+
"name": "TennisBall",
|
| 17 |
+
"restitution": 0.75,
|
| 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/41/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\nTennisBall: d = 0.07, e = 0.75, h = 0.84, v_0 = 4.48",
|
| 5 |
+
"choices": [
|
| 6 |
+
"h_next = e²·h_current",
|
| 7 |
+
"x(t) = v_0·t·cosθ · (1 - g·t/v_0)",
|
| 8 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 9 |
+
"T = 2π·√(L/g)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "Projectile",
|
| 13 |
+
"seed": "Projectile|Gravity/Projectile/41",
|
| 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/41/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Projectile/41/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 20.0,
|
| 5 |
+
"scale_meters": 0.073,
|
| 6 |
+
"meters_per_pixel": 0.00365,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 0.810126,
|
| 10 |
+
"v_ms": -4.408259,
|
| 11 |
+
"speed_ms": 4.482081,
|
| 12 |
+
"du_px": 7.3984,
|
| 13 |
+
"dv_px": -40.2581,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Projectile/41/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fafc6233becee21f251d809a0901f976fba0e9612862717b1ca127b988439ff6
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Projectile/41/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ea46b561c7ba76bd9f499e14ebb84217e85fa89d7538c1065abf8dda36e5bd2
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/41/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/41/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/41/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/41/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a084141792b3d902b4eb39158b8950e21c45d5bfc69816d2f80440859eddba4
|
| 3 |
+
size 126231
|
realworld_subset/Gravity/Projectile/41/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c4cae8a93483401169c2815a5c457c1004078e7b432e7e6b1e30a633d4824c2
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/41/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/41/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.5,
|
| 5 |
+
"frame_index": 15,
|
| 6 |
+
"scale_px": 20.0,
|
| 7 |
+
"scale_meters": 0.073,
|
| 8 |
+
"meters_per_pixel": 0.00365,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.882435,
|
| 12 |
+
"v_ms": 0.512355,
|
| 13 |
+
"speed_ms": 1.020392,
|
| 14 |
+
"du_px": 8.0588,
|
| 15 |
+
"dv_px": 4.679,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Projectile/41/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/41/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09c588dd9fd3c73839acc1194d98210dcdb1b19393c82444007ba04d76d1410f
|
| 3 |
+
size 65222
|
realworld_subset/Gravity/Projectile/41/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2.0
|
realworld_subset/Gravity/Projectile/41/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eed58a78241650d5cfadb6e5d3e568fdb0fb4cf692d3cee4ee3416a64283f224
|
| 3 |
+
size 3108921
|