CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 11mo agoView on Hugging Face
1likes30downloads
Dataset Card

🧍 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 action context

Recommended usage

python
from datasets import load_dataset
dataset = load_dataset("guillherms/human-activity-pose_v4")
train = dataset["train"]
val = dataset["validation"]

Example labels

labeldescription
readingA person reading or reviewing a document attentively.
wavingA person waving their hand as a greeting or farewell gesture.
office_workPeople working in an office, using laptops, papers, or mobile devices.

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