Add realworld_subset/Composition/5
Browse files- realworld_subset/Composition/5/annotation.txt +4 -0
- realworld_subset/Composition/5/formula_info.json +29 -0
- realworld_subset/Composition/5/initial_state/rgb_0000.png +3 -0
- realworld_subset/Composition/5/instantaneous_velocity/velocity.json +27 -0
- realworld_subset/Composition/5/physics_duration.txt +1 -0
realworld_subset/Composition/5/annotation.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment: g=9.81, F_drag=!=0
|
| 2 |
+
Ground: e=0.5
|
| 3 |
+
Baseball: d = 0.07, e = 0.55, m = 0.14, h = 0.77, v_0 = 0.0
|
| 4 |
+
TennisBall: d = 0.07, e = 0.75, m = 0.06, h = 0.77, v_0 = 1.05
|
realworld_subset/Composition/5/formula_info.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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\nBaseball: d = 0.07, e = 0.55, m = 0.14, h = 0.77, v_0 = 0.0\nTennisBall: d = 0.07, e = 0.75, m = 0.06, h = 0.77, v_0 = 1.05",
|
| 5 |
+
"choices": [
|
| 6 |
+
"y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
|
| 7 |
+
"h_next = e²·h_current",
|
| 8 |
+
"σ = F_⊥ / A",
|
| 9 |
+
"R = v_0²·sin(2θ) / (g·cos²θ)"
|
| 10 |
+
],
|
| 11 |
+
"correct_index": 0,
|
| 12 |
+
"physics_type": "Composition",
|
| 13 |
+
"composition_sources": [
|
| 14 |
+
"InelasticCollision",
|
| 15 |
+
"Projectile"
|
| 16 |
+
],
|
| 17 |
+
"choice_sources": [
|
| 18 |
+
"Projectile",
|
| 19 |
+
"Projectile",
|
| 20 |
+
"Projectile",
|
| 21 |
+
"Projectile"
|
| 22 |
+
],
|
| 23 |
+
"seed": "Composition|Composition/5",
|
| 24 |
+
"is_realworld": true,
|
| 25 |
+
"dropped_wrong_formulas": [
|
| 26 |
+
"InelasticCollision: W_f = ∫ μ_k·m·g·ds = ΔE_k",
|
| 27 |
+
"Projectile: F_drag = (1/2)·C_d·ρ·A·v² (A = π·(d/2)²)"
|
| 28 |
+
]
|
| 29 |
+
}
|
realworld_subset/Composition/5/initial_state/rgb_0000.png
ADDED
|
Git LFS Details
|
realworld_subset/Composition/5/instantaneous_velocity/velocity.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Composition/5/rgb/video.mp4",
|
| 3 |
+
"fps": 30.0,
|
| 4 |
+
"time_seconds": 0.5,
|
| 5 |
+
"frame_index": 15,
|
| 6 |
+
"scale_px": 59.0085,
|
| 7 |
+
"scale_meters": 0.074,
|
| 8 |
+
"meters_per_pixel": 0.001254,
|
| 9 |
+
"velocities": {
|
| 10 |
+
"1": {
|
| 11 |
+
"u_ms": -0.374982,
|
| 12 |
+
"v_ms": 1.068287,
|
| 13 |
+
"speed_ms": 1.132187,
|
| 14 |
+
"du_px": -9.9676,
|
| 15 |
+
"dv_px": 28.3968,
|
| 16 |
+
"static": false
|
| 17 |
+
},
|
| 18 |
+
"2": {
|
| 19 |
+
"u_ms": 0.238264,
|
| 20 |
+
"v_ms": 0.002378,
|
| 21 |
+
"speed_ms": 0.238276,
|
| 22 |
+
"du_px": 6.3334,
|
| 23 |
+
"dv_px": 0.0632,
|
| 24 |
+
"static": false
|
| 25 |
+
}
|
| 26 |
+
}
|
| 27 |
+
}
|
realworld_subset/Composition/5/physics_duration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0
|