| # π§ Human Activity Pose Dataset | |
| This dataset contains pose landmarks extracted using **MediaPipe Pose**, | |
| annotated with **activity labels** and English descriptions. | |
| ## π Dataset Structure | |
| - `train/` β 80% of the samples for training | |
| - `validation/` β 20% of the samples for validation | |
| ## π§ Each record contains: | |
| - 33 pose keypoints (`x, y, z, visibility`) | |
| - `label`: activity name (e.g., `reading`, `dancing`, `office_work`) | |
| - `description`: textual description of the action context. | |
| ## π§© Source | |
| Dataset created by **Guilherme Santos** using MediaPipe and OpenCV. | |