Skip to content

Code for "MFA-Net: Motion Feature Augmented Network for Dynamic Hand Gesture Recognition from Skeletal Data", ICIP 2017/Sensors 2019

Notifications You must be signed in to change notification settings

xinghaochen/MFA-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFA-Net: Motion Feature Augmented Network for Dynamic Hand Gesture Recognition from Skeletal Data

Xinghao Chen1, Guijin Wang1, Hengkai Guo2, Cairong Zhang1, Hang Wang3, Li Zhang1

1Department of Electronic Engineering, Tsinghua University     2AI Lab, Bytedance Inc     3Beijing Huajie IMI Technology Co., Ltd

[PDF @ ICIP'17]    [PDF @ Sensors'19]

Introduction

This repository contains the demo code for MFA-Net, an accurate method for skeleton-based dynamic hand gesture recognition.

framework

Figure 1: Framework of MFA-Net.

Citation

If you find our work useful in your research, please consider citing:

@article{chen2019mfanet,
  title={MFA-Net: Motion Feature Augmented Network for Dynamic Hand Gesture Recognition from Skeletal Data},
  author={Chen, Xinghao and Wang, Guijin and Guo, Hengkai and Zhang, Cairong and Wang, Hang and Zhang, Li},
  journal={Sensors},
  year={2019},
  volume = {19},
  number = {2},
  ARTICLE-NUMBER = {239},
  doi = {10.3390/s19020239}
}

@inproceedings{chen2017motion,
  title={Motion feature augmented recurrent neural network for skeleton-based dynamic hand gesture recognition},
  author={Chen, Xinghao and Guo, Hengkai and Wang, Guijin and Zhang, Li},
  booktitle={Image Processing (ICIP), 2017 IEEE International Conference on},
  pages={2881--2885},
  year={2017},
  organization={IEEE}
}

Dependencies

Datasets

Training

bash sh/train_MFA_Net_shrec17_vae_14.sh  # For DHG-14/28 dataset (14 gestures)
bash sh/train_MFA_Net_shrec17_vae_14.sh  # For DHG-14/28 dataset (28 gestures)
bash sh/train_MFA_Net_shrec17_vae_14.sh  # For SHREC17 dataset (14 gestures)
bash sh/train_MFA_Net_shrec17_vae_14.sh  # For SHREC17 dataset (28 gestures)

Testing:

bash sh/test_MFA_Net_shrec17_vae_14.sh  # For DHG-14/28 dataset (14 gestures)
bash sh/test_MFA_Net_shrec17_vae_14.sh  # For DHG-14/28 dataset (28 gestures)
bash sh/test_MFA_Net_shrec17_vae_14.sh  # For SHREC17 dataset (14 gestures)
bash sh/test_MFA_Net_shrec17_vae_14.sh  # For SHREC17 dataset (28 gestures)

Use the following command to draw confusion matrix for the predicted results:

python src/cnf_DHG.py  # For DHG-14/28 dataset
python src/cnf_SHREC.py  # For SHREC17 dataset

Reference

About

Code for "MFA-Net: Motion Feature Augmented Network for Dynamic Hand Gesture Recognition from Skeletal Data", ICIP 2017/Sensors 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published