Add realworld_subset/Gravity/Projectile/28
Browse files- realworld_subset/Gravity/Projectile/28/annotation.txt +3 -0
- realworld_subset/Gravity/Projectile/28/annotation_config.json +45 -0
- realworld_subset/Gravity/Projectile/28/formula_info.json +18 -0
- realworld_subset/Gravity/Projectile/28/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Projectile/28/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/28/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/28/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Projectile/28/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Projectile/28/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Projectile/28/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/28/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Projectile/28/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Projectile/28/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Projectile/28/mask/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/28/physics_duration.txt +1 -0
- realworld_subset/Gravity/Projectile/28/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Projectile/28/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 = 1.45, v_0 = 2.04
|
realworld_subset/Gravity/Projectile/28/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.45,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 0.984046,
|
| 15 |
+
"initial_velocity_v": -1.791989,
|
| 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/28/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 = 1.45, v_0 = 2.04",
|
| 5 |
+
"choices": [
|
| 6 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 7 |
+
"I = V / R",
|
| 8 |
+
"t_flight = 2·v_0·sin²θ / g",
|
| 9 |
+
"a_n = v² / ρ"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "Projectile",
|
| 13 |
+
"seed": "Projectile|Gravity/Projectile/28",
|
| 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/28/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Projectile/28/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 15.0,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.002667,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 0.984046,
|
| 10 |
+
"v_ms": -1.791989,
|
| 11 |
+
"speed_ms": 2.0444,
|
| 12 |
+
"du_px": 12.3006,
|
| 13 |
+
"dv_px": -22.3999,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Projectile/28/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dac02290d0ef74f020a958522e74bf912dd60cd8f37f37f2c6380a615492f9a7
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Projectile/28/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f104ef1ca5a70330c24124494b8a0ea8a35dbd27d8c41ec1f8ecd28aa198012
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/28/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/28/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/28/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/28/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d85fa01f55c723004ef91b6cf7e235dde666193b2c7bca0b8d46d8528cabe014
|
| 3 |
+
size 94232
|
realworld_subset/Gravity/Projectile/28/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ee0b0131a7204b03c5f9dad37313427b93ce967102c19df81ee8e5d7d9f2e66
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/28/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/28/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.3,
|
| 5 |
+
"frame_index": 9,
|
| 6 |
+
"scale_px": 15.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.002667,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 1.066556,
|
| 12 |
+
"v_ms": 0.199825,
|
| 13 |
+
"speed_ms": 1.085114,
|
| 14 |
+
"du_px": 13.3303,
|
| 15 |
+
"dv_px": 2.4975,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Projectile/28/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/28/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8d32af0d6b344528c39fbaa1a6dd6a34d4c64088a88d84a27f25a4d99a3c873
|
| 3 |
+
size 48091
|
realworld_subset/Gravity/Projectile/28/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.5
|
realworld_subset/Gravity/Projectile/28/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8621ee3cd76d0479c3e93f54f73b1b9af7a44e4b41073d13b47860cb12628bd0
|
| 3 |
+
size 2267923
|