Skip to content

Rvbaghel/Fall_Detection_Computer_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall Detection using YOLOv8 (Python)

📌Project Overview

This project focuses on Fall Detection using YOLOv8. It detects whether a person is standing or has fallen using a trained custom YOLOv8 model. Designed for patient monitoring in hospitals, but adaptable for elderly care, workplace safety, and surveillance systems.

🛠 Tech Stack

Python

YOLOv8 (Ultralytics)

OpenCV

Pandas

cvzone

Roboflow (for dataset annotation)

Google Colab (for training)

├── main.py # Main detection script ├── classes.txt # Class labels (e.g., person, fall_patient) ├── best.pt # Trained YOLOv8 model weights ├── video1.mp4 # Sample test video ├── video2.mp4 # Sample test video ├── video3.mp4 # Sample test video └── README.md # Project documentation

About

Real-time fall detection system using a custom-trained YOLOv8 model for healthcare and safety monitoring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages