This is project train human action recognition depend on skeleton with LSTM. Skeleton extracted with model YOLOv7-Pose
Member:
- Dao Duy Ngu
- Le Van Thien
git clone https://github.com/DuyNguDao/LSTM.git
cd LSTM
conda create --name human_action python=3.8
pip install -r requirements.txt
This is dataset include with 7 class: sitting, sit down, standing, walking, stand up, lying down, fall down
python train.py
python test.py