guillherms's picture
Upload README.md with huggingface_hub
41a225f verified

🧍 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.