Taekwondo Poomsae (8 Forms) — Front & Side Videos with 12‑Keypoint Pose Annotations (MediaPipe)
Description
Synchronized dual-view recordings of Taekwondo Poomsae (Taegeuk 1–8) with frame-level 2D pose annotations. Each form was captured simultaneously from frontal and lateral cameras (1920×1080, 30 fps; MP4/H.264). For every video, a paired CSV (UTF-8, wide format) provides frame_index, time_ms, and for 12 joints (L/R shoulder, elbow, wrist, hip, knee, ankle): <joint>_x, <joint>_y (normalized to [0,1]) and <joint>_score (0–1). Views are synchronized within ±1 frame (~33 ms). No temporal smoothing; missing joints are recorded as NaN, NaN, 0.0.
Files
Steps to reproduce
1.Download and keep the folder structure (by form and view). 2.Pair files by basename: …_Frontal.mp4 ↔ …_Frontal.csv (same for Lateral). 3.Load video (e.g., OpenCV) and CSV (e.g., pandas). 4.Align by frame_index (0-based) or check time_ms ≈ frame_index × 33.333. 5.Convert to pixels if needed: x_px = x × 1920, y_px = y × 1080. 6.Treat NaN, NaN, 0.0 as not-detected joints (interpolate or mask as appropriate). 7.(Optional) Overlay skeletons on sample frames to sanity-check ordering and alignment.
Institutions
- National Kaohsiung University of Science and Technology