/HAN

Primary LanguagePython

HAN: An Efficient Hierarchical Self-Attention Network for Skeleton-Based Gesture Recognition

Data Preparation

Download data from Google Drive to ./HAN/data/HandGestureDataset_SHREC2017_dir/

Training

cd .../HAN/

  • HAN

    sh main_HAN.sh

  • HAN-2S

    sh main_HAN_2S.sh

Citation

Please cite the following paper if you use this repository in your research.

@article{liu2021han,
    title={Han: An efficient hierarchical self-attention network for skeleton-based gesture recognition},
    author={Liu, Jianbo and Wang, Ying and Xiang, Shiming and Pan, Chunhong},
    journal={arXiv preprint arXiv:2106.13391},
    year={2021}
}