SRai22 / fall-detection-two-stream-cnn

Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fall-detection-two-stream-cnn

Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)

This repository contains code for a real-time fall detection model using two-stream CNN. The optical flow stream is replaced with Motion History Image (MHI) to allow for real-time inference. The utils.py file contains utility code for generating the data, the train_model.py file creates and trains the model, and the fall_detection.py file contains code that runs the model with the weight in the weights folder either on the FDD dataset, a video, or your webcam. More detailed description of the model architecture, performance, as well as demo footage/pictures to come in the near future. Achieved fairly good cross-validated error rate on a subset of data generated. Currently working on acquiring more data and refining data generation technique.

About

Real-time fall detection using two-stream convolutional neural net (CNN) with Motion History Image (MHI)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%