Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 994 Bytes

File metadata and controls

41 lines (32 loc) · 994 Bytes

Skeleton-based-Human-Fall-Detection

Installation

  • Python 3.9
  • Pytorch: latest version
  • Pip install latest version of other dependencies

Usage

Extract the pose information from URFD or Le2i by running:

python3 process_urfd.py
python3 propess_le2i.py

Create the pkl data file by running:

python3 process_annotation.py

Train the action recognition model:

python3 train.py