guillherms's picture
Upload README.md with huggingface_hub
c102a0b verified

🧍 Human Activity Pose Dataset

    This dataset contains pose landmarks extracted using **MediaPipe Pose**,  
    annotated with **activity labels** and English descriptions.

    ## 📊 Columns
    - `x0...x32, y0...y32, z0...z32, v0...v32`: Pose landmark coordinates and visibility.  
    - `label`: Activity name (e.g., `reading`, `waving`, `office_work`, etc.)  
    - `description`: English description of the activity context.  

    ## 🧠 Example

    | label | description |
    |--------|--------------|
    | reading | A person reading or reviewing a document attentively. |
    | waving | A person waving their hand as a greeting or farewell gesture. |
    | office_work | People working in an office, using laptops, papers, or mobile devices. |

    ## 🧩 Source
    Dataset created by **Guilherme Santos** using MediaPipe and OpenCV.