Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 930 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 930 Bytes

Fall-Detection-Via-Camera-2D

Fall Detection Software helps turn your home security camera into a warning device when an elderly member in your family has an unintended accident without your supervision.

AI Architecture:

  1. Detection Human real-time base on Yolo v4.
  2. Convert RGB Image to Optical Flow Image use OpenCV.
  3. Push Optical Flow Image into VGG16 custom and get the output: Fall or Not Fall.
  4. Send SMS to the guardian's phone.

Screenshot from 2021-04-20 19-17-55

WebApp:

  1. Develop use HTML/CSS/JS/JAVA.
  2. Users can log in and check the video record when a human falls to confirm the action.
  3. If the user confirms, send SOS to the nearest hospital. Screenshot from 2021-04-20 19-23-05