Datasets:
Languages:
English
Size:
1K<n<10K
Tags:
fall-detection
pose-estimation
posture-classification
elderly-care
mediapipe
human-activity-recognition
License:
Update contact email and label schema in dataset card
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ This dataset contains the raw video recordings, static pose images, and frame/ti
|
|
| 40 |
| `test/` | — | Reserved for held-out test recordings |
|
| 41 |
|
| 42 |
Each video has a matching label file under `<split>/labels/`:
|
| 43 |
-
- `<video_name>.csv` —
|
| 44 |
- `<video_name>_in_minutes.md` — human-readable summary of labelled events with timestamps in minutes:seconds
|
| 45 |
|
| 46 |
Static pose images (113 total) are in `train/pose/`, one image per labelled posture (e.g. `stand.jpg`, `sit.jpg`, `lie.jpg`, `bend.jpg`, `squat.jpg`, `fall.jpg`, plus variants capturing angle, occlusion, and edge cases). `train/pose-1st-iteration/` contains an earlier capture/processing pass of the same 113 poses, kept for provenance.
|
|
@@ -85,7 +85,7 @@ Elderly: Dataset [Data set]. University of Essex. https://doi.org/10.5281/zenodo
|
|
| 85 |
See `CITATION.cff` for machine-readable citation metadata.
|
| 86 |
|
| 87 |
## Contact
|
| 88 |
-
Patrick O. Ogbuitepu —
|
| 89 |
|
| 90 |
## Mirrors and related resources
|
| 91 |
|
|
|
|
| 40 |
| `test/` | — | Reserved for held-out test recordings |
|
| 41 |
|
| 42 |
Each video has a matching label file under `<split>/labels/`:
|
| 43 |
+
- `<video_name>.csv` — columns: `start_time`, `end_time` (seconds from video start), `action` (Stand/Sit/Lie and transitions like Stand-Lie), `is_fall` (boolean)
|
| 44 |
- `<video_name>_in_minutes.md` — human-readable summary of labelled events with timestamps in minutes:seconds
|
| 45 |
|
| 46 |
Static pose images (113 total) are in `train/pose/`, one image per labelled posture (e.g. `stand.jpg`, `sit.jpg`, `lie.jpg`, `bend.jpg`, `squat.jpg`, `fall.jpg`, plus variants capturing angle, occlusion, and edge cases). `train/pose-1st-iteration/` contains an earlier capture/processing pass of the same 113 poses, kept for provenance.
|
|
|
|
| 85 |
See `CITATION.cff` for machine-readable citation metadata.
|
| 86 |
|
| 87 |
## Contact
|
| 88 |
+
Patrick O. Ogbuitepu — pat2echo@gmail.com
|
| 89 |
|
| 90 |
## Mirrors and related resources
|
| 91 |
|