Add realworld_subset/Gravity/Projectile/22
Browse files- realworld_subset/Gravity/Projectile/22/annotation.txt +3 -0
- realworld_subset/Gravity/Projectile/22/annotation_config.json +45 -0
- realworld_subset/Gravity/Projectile/22/formula_info.json +18 -0
- realworld_subset/Gravity/Projectile/22/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Projectile/22/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/22/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Projectile/22/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Projectile/22/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Projectile/22/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Projectile/22/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/22/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Projectile/22/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Projectile/22/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Projectile/22/mask/maps.npz +3 -0
- realworld_subset/Gravity/Projectile/22/physics_duration.txt +1 -0
- realworld_subset/Gravity/Projectile/22/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Projectile/22/annotation.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
PingPongBall: d = 0.04, e = 0.71, h = 0.82, v_0 = 1.55
|
realworld_subset/Gravity/Projectile/22/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.82,
|
| 13 |
+
"id": 1,
|
| 14 |
+
"initial_velocity_u": 0.210766,
|
| 15 |
+
"initial_velocity_v": -1.53253,
|
| 16 |
+
"name": "PingPongBall",
|
| 17 |
+
"restitution": 0.71,
|
| 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/22/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\nPingPongBall: d = 0.04, e = 0.71, h = 0.82, v_0 = 1.55",
|
| 5 |
+
"choices": [
|
| 6 |
+
"σ = F_⊥ / A",
|
| 7 |
+
"h_next = e²·h_current",
|
| 8 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 9 |
+
"v_x(t) = v_0·cosθ · e^(-g·t/v_0)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 2,
|
| 12 |
+
"physics_type": "Projectile",
|
| 13 |
+
"seed": "Projectile|Gravity/Projectile/22",
|
| 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/22/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Projectile/22/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 20.0,
|
| 5 |
+
"scale_meters": 0.04,
|
| 6 |
+
"meters_per_pixel": 0.002,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 0.210766,
|
| 10 |
+
"v_ms": -1.53253,
|
| 11 |
+
"speed_ms": 1.546955,
|
| 12 |
+
"du_px": 3.5128,
|
| 13 |
+
"dv_px": -25.5422,
|
| 14 |
+
"static": false
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Projectile/22/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bd0164e85f4f093d2d00215f22b36b715aa944bc9da724f87295fc8bd2e94af
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Projectile/22/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eadbe4cca802adaf74c38b5ea02df7c211104cde10d7f0074b49579a6e592c27
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/22/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/22/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/22/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/22/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a21eebe0b33d508ed566ead487b1538b32e1c71363565d33080f4fcb0da19cd
|
| 3 |
+
size 64494
|
realworld_subset/Gravity/Projectile/22/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ce1ae821babad03f7808b40a7de00f6ca28b59bfef18cc091c076140f4c7430
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Projectile/22/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Projectile/22/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.2,
|
| 5 |
+
"frame_index": 6,
|
| 6 |
+
"scale_px": 20.0,
|
| 7 |
+
"scale_meters": 0.04,
|
| 8 |
+
"meters_per_pixel": 0.002,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": 0.075173,
|
| 12 |
+
"v_ms": 0.172826,
|
| 13 |
+
"speed_ms": 0.188467,
|
| 14 |
+
"du_px": 1.2529,
|
| 15 |
+
"dv_px": 2.8804,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Projectile/22/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Projectile/22/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4d7b74819f37fa51b8a94dbf348f25d9f899146096d7a56084a233a18d9e873
|
| 3 |
+
size 33495
|
realworld_subset/Gravity/Projectile/22/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|
realworld_subset/Gravity/Projectile/22/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc55e0fee33f8d174cf984e1b64656e7f838b2f53acead88dbd4aa378902db4c
|
| 3 |
+
size 299455
|