Add realworld_subset/Gravity/Freefall/20
Browse files- realworld_subset/Gravity/Freefall/20/annotation.txt +3 -0
- realworld_subset/Gravity/Freefall/20/annotation_config.json +44 -0
- realworld_subset/Gravity/Freefall/20/formula_info.json +18 -0
- realworld_subset/Gravity/Freefall/20/initial_state/initial_velocity.json +17 -0
- realworld_subset/Gravity/Freefall/20/initial_state/instance_segmentation_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/20/initial_state/mask_0000.npy +3 -0
- realworld_subset/Gravity/Freefall/20/initial_state/rgb_0000.png +3 -0
- realworld_subset/Gravity/Freefall/20/initial_state/rgb_0000_white_bg.png +3 -0
- realworld_subset/Gravity/Freefall/20/initial_state/rgb_0000_white_bg_obj.png +3 -0
- realworld_subset/Gravity/Freefall/20/instance_segmentation/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/20/instantaneous_velocity/mask.npy +3 -0
- realworld_subset/Gravity/Freefall/20/instantaneous_velocity/velocity.json +19 -0
- realworld_subset/Gravity/Freefall/20/instantaneous_velocity/velocity_annotated.png +3 -0
- realworld_subset/Gravity/Freefall/20/mask/maps.npz +3 -0
- realworld_subset/Gravity/Freefall/20/physics_duration.txt +1 -0
- realworld_subset/Gravity/Freefall/20/rgb/video.mp4 +3 -0
realworld_subset/Gravity/Freefall/20/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 = 1.45, v_0 = 0.0
|
realworld_subset/Gravity/Freefall/20/annotation_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_v": 0,
|
| 15 |
+
"name": "TennisBall",
|
| 16 |
+
"restitution": 0.75,
|
| 17 |
+
"size": 0.07,
|
| 18 |
+
"size_symbol": "d",
|
| 19 |
+
"static": true
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"render": {
|
| 23 |
+
"axes_arrow_head_width": 20,
|
| 24 |
+
"axes_arrow_length": 75,
|
| 25 |
+
"axes_arrow_width": 8,
|
| 26 |
+
"fontsize": 20,
|
| 27 |
+
"margin_axes_range": [
|
| 28 |
+
5,
|
| 29 |
+
50
|
| 30 |
+
],
|
| 31 |
+
"margin_env_range": [
|
| 32 |
+
5,
|
| 33 |
+
50
|
| 34 |
+
],
|
| 35 |
+
"margin_ground_range": [
|
| 36 |
+
5,
|
| 37 |
+
50
|
| 38 |
+
],
|
| 39 |
+
"velocity_arrow_head_width": 30,
|
| 40 |
+
"velocity_arrow_length": 100,
|
| 41 |
+
"velocity_arrow_width": 10
|
| 42 |
+
},
|
| 43 |
+
"task_type": "freefall"
|
| 44 |
+
}
|
realworld_subset/Gravity/Freefall/20/formula_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"correct_letter": "A",
|
| 3 |
+
"correct_formula": "v = v_0 + g·t",
|
| 4 |
+
"annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nTennisBall: d = 0.07, e = 0.75, h = 1.45, v_0 = 0.0",
|
| 5 |
+
"choices": [
|
| 6 |
+
"v = v_0 + g·t",
|
| 7 |
+
"τ = r × F",
|
| 8 |
+
"v_final = -e·v_impact",
|
| 9 |
+
"a_eff = g·ln(1 + t/τ_0)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "FreeFall",
|
| 13 |
+
"seed": "FreeFall|Gravity/Freefall/20",
|
| 14 |
+
"is_realworld": true,
|
| 15 |
+
"dropped_wrong_formulas": [
|
| 16 |
+
"P + (1/2)·ρ·v² + ρ·g·h = constant"
|
| 17 |
+
]
|
| 18 |
+
}
|
realworld_subset/Gravity/Freefall/20/initial_state/initial_velocity.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "data/processed/Gravity/Freefall/20/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"scale_px": 30.0167,
|
| 5 |
+
"scale_meters": 0.067,
|
| 6 |
+
"meters_per_pixel": 0.002232,
|
| 7 |
+
"velocities": {
|
| 8 |
+
"1": {
|
| 9 |
+
"u_ms": 0.0,
|
| 10 |
+
"v_ms": 0.0,
|
| 11 |
+
"speed_ms": 0.0,
|
| 12 |
+
"du_px": 0.0,
|
| 13 |
+
"dv_px": 0.0,
|
| 14 |
+
"static": true
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
realworld_subset/Gravity/Freefall/20/initial_state/instance_segmentation_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d608f8019a0458387d28adaf272827e3fd858751efd416cf1a11417fb841ff31
|
| 3 |
+
size 2048128
|
realworld_subset/Gravity/Freefall/20/initial_state/mask_0000.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d369c7c20a87e6a18820d2372f7a6c3e92468c25f6324f1a9fc0905a28e843e3
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Freefall/20/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/20/initial_state/rgb_0000_white_bg.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/20/initial_state/rgb_0000_white_bg_obj.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/20/instance_segmentation/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a26322cb34aea2b7a0eb5d2f13966f9c1dece28f717b50110b885f520fba3efa
|
| 3 |
+
size 159156
|
realworld_subset/Gravity/Freefall/20/instantaneous_velocity/mask.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cda2132cbe3ecf234f10c5f5aac6f670c9973cf982b2107ccd90d28c746d0597
|
| 3 |
+
size 1024128
|
realworld_subset/Gravity/Freefall/20/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Gravity/Freefall/20/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.4,
|
| 5 |
+
"frame_index": 12,
|
| 6 |
+
"scale_px": 30.0167,
|
| 7 |
+
"scale_meters": 0.067,
|
| 8 |
+
"meters_per_pixel": 0.002232,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.450736,
|
| 12 |
+
"v_ms": 3.600861,
|
| 13 |
+
"speed_ms": 3.628962,
|
| 14 |
+
"du_px": -6.7314,
|
| 15 |
+
"dv_px": 53.7763,
|
| 16 |
+
"static": false
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
}
|
realworld_subset/Gravity/Freefall/20/instantaneous_velocity/velocity_annotated.png
ADDED
|
Git LFS Details
|
realworld_subset/Gravity/Freefall/20/mask/maps.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfe60dbb5aeab9a3075ecd899e19cf4972cf96d3be81144e13b4bfe0ac228b6c
|
| 3 |
+
size 83136
|
realworld_subset/Gravity/Freefall/20/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2.5
|
realworld_subset/Gravity/Freefall/20/rgb/video.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c92baacab3bd55cea184ebd5817a544e593fe99b263c25a5894b59a500c2678
|
| 3 |
+
size 788793
|