Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 955 Bytes

File metadata and controls

17 lines (16 loc) · 955 Bytes

Some Examples of Fall Detection Demo:

  1. The warning (red rectangular) would flash on sreen after fall events appear.
  2. It runs with 6 fps on gtx 1060 GPU.
  • Fall forward

  • Fall backward

  • Fall leftward

  • Fall rightward

Installation:

  1. Following OpenPose, install openpose onto your computer first.
  2. Install pytorch.
  3. Copy '/net', and 'Fall_detection_demo.py' into the $OPENPOSE_PATH/python.
  4. python3 Fall_detection_demo.py to run the demo.