Skip to content

This project develops a fall detection system using Pose Estimation and Optical Flow data with LSTM networks. It enhances detection accuracy for elderly care by analyzing body movements in real-time. Key technologies include the MoveNet model for pose estimation, Optical Flow analysis and LSTM networks for temporal analysis.

Notifications You must be signed in to change notification settings

ManniArtivor24/Fall-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall-Detection

Overview

This project aims to develop an AI-based fall detection system for elderly care using computer vision and deep learning. By leveraging Pose Estimation (MoveNet) and Optical Flow data, two LSTM models were built to enhance detection accuracy and reduce false positives.

Features

  • Pose Estimation: Real-time detection of body joints with MoveNet.
  • Optical Flow Analysis: Tracks motion dynamics to differentiate falls from normal activities.
  • LSTM Models: Analyze sequential data for precise fall detection.

Requirements

  1. Python 3.x
  2. TensorFlow
  3. OpenCV
  4. Keras
  5. Tensorflow Hub

Evaluation

  • Keypoint LSTM Model: Achieved 67% accuracy, focusing on keypoint data.
  • Optical Flow LSTM Model: Achieved 61% accuracy, analyzing motion dynamics.

Future Work

  • Improve model precision and recall.
  • Expand dataset diversity for better generalization.

About

This project develops a fall detection system using Pose Estimation and Optical Flow data with LSTM networks. It enhances detection accuracy for elderly care by analyzing body movements in real-time. Key technologies include the MoveNet model for pose estimation, Optical Flow analysis and LSTM networks for temporal analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published