guillherms commited on
Commit
c102a0b
·
verified ·
1 Parent(s): e075e56

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🧍 Human Activity Pose Dataset
2
+
3
+ This dataset contains pose landmarks extracted using **MediaPipe Pose**,
4
+ annotated with **activity labels** and English descriptions.
5
+
6
+ ## 📊 Columns
7
+ - `x0...x32, y0...y32, z0...z32, v0...v32`: Pose landmark coordinates and visibility.
8
+ - `label`: Activity name (e.g., `reading`, `waving`, `office_work`, etc.)
9
+ - `description`: English description of the activity context.
10
+
11
+ ## 🧠 Example
12
+
13
+ | label | description |
14
+ |--------|--------------|
15
+ | reading | A person reading or reviewing a document attentively. |
16
+ | waving | A person waving their hand as a greeting or farewell gesture. |
17
+ | office_work | People working in an office, using laptops, papers, or mobile devices. |
18
+
19
+ ## 🧩 Source
20
+ Dataset created by **Guilherme Santos** using MediaPipe and OpenCV.
21
+