Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
annotations_creators:
|
| 4 |
+
- human-annotated
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
license: mit
|
| 8 |
+
pretty_name: Human Activity Pose Dataset (Split Version)
|
| 9 |
+
task_categories:
|
| 10 |
+
- pose-estimation
|
| 11 |
+
- action-recognition
|
| 12 |
+
task_ids:
|
| 13 |
+
- human-activity-recognition
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
---
|
| 17 |
+
# 🧍 Human Activity Pose Dataset
|
| 18 |
+
|
| 19 |
+
This dataset contains pose landmarks extracted using **MediaPipe Pose**,
|
| 20 |
+
annotated with **activity labels** and English descriptions.
|
| 21 |
+
|
| 22 |
+
## 📊 Dataset Structure
|
| 23 |
+
- `train/` → 80% of the samples for training
|
| 24 |
+
- `validation/` → 20% of the samples for validation
|
| 25 |
+
|
| 26 |
+
## 🧠 Each record contains:
|
| 27 |
+
- 33 pose keypoints (`x, y, z, visibility`)
|
| 28 |
+
- `label`: activity name (e.g., `reading`, `dancing`, `office_work`)
|
| 29 |
+
- `description`: textual description of the action context.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
## 🧩 Source
|
| 33 |
+
Dataset created by **Guilherme Santos** using MediaPipe and OpenCV.
|
| 34 |
+
|