Fall-detection(摔倒/跌倒检测)in the room
this fall-detection is based on darknet.
we first detections humans in the room, then we use some simple ways to judge whether he or she is falling down.
- detection human
- classify whether fall down or not(still on the way)/custom rules
- Python and opencv
- Linux (Windows and Mac os are not officially supported, but should work)
First, make sure you have install python and opencv environment
Then, install this module :
git clone https://github.com/qiaoguan/Fall-detection
cd Fall-detection
make
If you are having trouble with installation, you can Issue me!
First, download yolo.weights, the password is: bp6c. Then, install this module :
python gq.py
- Many, many thanks to pjreddie for his Great work!