ryankemmer / FallDetection

This repository is a collection of deep learning models created to detect potentially life threatening falls in videos. Models are written in python and utilize tensorflow, pandas and numpy. The most successful model uses the popular 'OpenPose' library to perform feature extraction of humans in videos, and then uses a CNN/LSTM framework to predict is a person is experiencing a potentially fatal fall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fall Detection Models

This repository is a collection of deep learning models created to detect potentially life threatening falls in videos. Models are written in python and utilize tensorflow, pandas and numpy. The most successful model uses the popular 'OpenPose' library to perform feature extraction of humans in videos, and then uses a CNN/LSTM framework to predict is a person is experiencing a potentially fatal fall.

About

This repository is a collection of deep learning models created to detect potentially life threatening falls in videos. Models are written in python and utilize tensorflow, pandas and numpy. The most successful model uses the popular 'OpenPose' library to perform feature extraction of humans in videos, and then uses a CNN/LSTM framework to predict is a person is experiencing a potentially fatal fall.


Languages

Language:Jupyter Notebook 100.0%