guillherms/human-activity-pose_v4
π§ Human Activity Pose Dataset (Split Version) This dataset contains human pose landmarks extracted with MediaPipe Pose, annotated with activity labels and textual descriptions in English. Dataset structure train/ β 80% of samples for training validation/ β 20% of samples for validation Each record includes: 33 pose keypoints (fields: x, y, z, visibility) label: activity name (e.g., reading, dancing, office_work) description: a short textual description of theβ¦ See the full description on the dataset page: https://huggingface.co/datasets/guillherms/human-activity-pose_v4.
π§ Human Activity Pose Dataset (Split Version)
This dataset contains human pose landmarks extracted with MediaPipe Pose, annotated with activity labels and textual descriptions in English.
Dataset structure
train/β 80% of samples for trainingvalidation/β 20% of samples for validation
Each record includes:
- 33 pose keypoints (fields:
x,y,z,visibility) label: activity name (e.g.,reading,dancing,office_work)description: a short textual description of the action context
Recommended usage
from datasets import load_dataset
dataset = load_dataset("guillherms/human-activity-pose_v4")
train = dataset["train"]
val = dataset["validation"]Example labels
Source
Created by Guilherme Santos using MediaPipe and OpenCV.
Notes
- The YAML front-matter at the top of this file is used by Hugging Face Cards to populate the repo card. It must start on the first line (
---) with no preceding blank lines or spaces. - License: CC-BY-4.0
