Datasets:
Languages:
English
Size:
1K<n<10K
Tags:
fall-detection
pose-estimation
posture-classification
elderly-care
mediapipe
human-activity-recognition
License:
Upload CITATION.cff with huggingface_hub
Browse files- CITATION.cff +27 -0
CITATION.cff
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use this dataset, please cite it as below."
|
| 3 |
+
type: dataset
|
| 4 |
+
title: "AI-Driven Posture Analysis Fall Detection System for the Elderly: Dataset"
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: "Ogbuitepu"
|
| 7 |
+
given-names: "Patrick O."
|
| 8 |
+
affiliation: "University of Essex"
|
| 9 |
+
# orcid: "https://orcid.org/<ADD IF YOU HAVE ONE>"
|
| 10 |
+
date-released: "2026-07-14"
|
| 11 |
+
version: "1.0.0"
|
| 12 |
+
license: "CC-BY-4.0"
|
| 13 |
+
doi: "10.5281/zenodo.21359209"
|
| 14 |
+
repository: "https://doi.org/10.5281/zenodo.21359209"
|
| 15 |
+
keywords:
|
| 16 |
+
- fall detection
|
| 17 |
+
- pose estimation
|
| 18 |
+
- elderly care
|
| 19 |
+
- human activity recognition
|
| 20 |
+
- computer vision
|
| 21 |
+
- MediaPipe
|
| 22 |
+
abstract: >
|
| 23 |
+
Self-recorded video and static-image dataset of daily activities and fall
|
| 24 |
+
scenarios, with frame/time-level annotations, used to develop and evaluate
|
| 25 |
+
a MediaPipe-based posture analysis and fall detection system for elderly
|
| 26 |
+
care, as described in the dissertation "AI-Driven Posture Analysis Fall
|
| 27 |
+
Detection System for the Elderly."
|