Fall Detection Dataset
Annotated image set with human posture labels (falling, walking, sitting), suitable for training vision models for safety or surveillance.
485 images (.jpg, .png) + 485 annotation files (.txt), simple formats, usable directly
Open Database + open content
Description
This dataset offers a collection of annotated images for the automatic detection of human falls. The images are divided into two folders (train and Val) and each image is associated with a label file indicating the posture (falling, walking, sitting). The annotations were created via the makesense.ai platform with bounding boxes around people.
What is this dataset for?
- Train computer vision models to detect falls in surveillance environments.
- Develop alert systems for the safety of elderly people at home or in retirement homes.
- Experiment with algorithms for the classification and detection of human activity in videos or still images.
Can it be enriched or improved?
Yes, it is possible to complete this dataset with videos, to add new postures (e.g. lying down, standing still), or to enrich the annotations with the degrees of severity of the falls. Since the format is simple (.txt), it is also easy to adapt or convert to COCO or YOLO.
🔎 In summary
🧠 Recommended for
- Security system developers
- Computer vision researchers
- AI health projects
🔧 Compatible tools
- Yolov5/v8
- TensorFlow Object Detection
- OpenCV
- Ultralytics
💡 Tip
For best results, combine this dataset with real videos and apply a slight data augmentation (flips, blur, etc.).
Frequently Asked Questions
Can this dataset be used for real-time detection?
Yes, it can be used to train a YOLO or SSD model for the real-time detection of falls in video streams.
Are there related videos or only still images?
This dataset contains only still images. However, it can be adapted to video scenarios with tracking algorithms.
Are annotations compatible with classic frameworks like YOLO or COCO?
Annotations are simple (text format), but can be easily converted to YOLO or COCO formats with scripts.




