Action classification based on deep learning with multi modal datasets.
Dependencies is required as follow:
- PyTorch 1.0
- tensorboardX 1.6 and tensorboard 1.12
Implementation of HCN (Co-occurrence Feature Learning from Skeleton Data for Action Recognition and Detection with Hierarchical Aggregation. Hikvision Research Institute. IJCAI 2018. [arXiv])
# change the access permissions
chmod 777 preprocess_script.sh
# preprocess dataset using arguments
# 1. PKU-MMD version, 2. sequence length
./preprocess_script.sh 1 256
skeleton
# if has GPUs, add arguments --gpu
python main.py --sequence-length <SEQUENCE_LENGTH>