PyTorch implementation of the thesis "Efficient Hand Gesture Recognition using Multi-Task Multi-Modal Learning and Self-Distillation". (MMAsia 2023)
- run the
construct_annot()
indataset_EgoGesture.py
to generate the dataset. - run the
construct_annot()
indataset_NvGesture.py
to generate the dataset.
See the sh/train_ego.sh
for more details.
python3 train_mtmm.py --notes MTMM ...
See the sh/train_ego.sh
for more details.
python3 train_sd.py --notes SD using MTMM weight ...
See the sh/test_ego.sh
for more details.
python3 test.py --note 0.01G_Predict_Next_Segment ...
If you find this code useful, please consider citing our paper:
@inproceedings{li2023efficient,
title={Efficient Hand Gesture Recognition using Multi-Task Multi-Modal Learning and Self-Distillation},
author={Li, Jie-Ying and Prawiro, Herman and Chiang, Chia-Chen and Chang, Hsin-Yu and Pan, Tse-Yu and Huang, Chih-Tsun and Hu, Min-Chun},
booktitle={ACM Multimedia Asia 2023},
pages={1--7},
year={2023}
}