Official PyTorch implementation of A Deep Learning-based Multimodal Depth-Aware Dynamic Hand Gesture Recognition System.
pip install -r requirements.txt
python train_DHG.py --conf <path/to/config.yaml>
python train_SHREC.py --conf <path/to/config.yaml>
See the sample configs for config examples.
We use Weights & Biases for tracking experiments. You would need to make a free account, and then get an api token to use in your config. Here is a snapshot of the experiment panel, for example:
Depth quantized 8-bit gvar image:
@misc{mahmud2021deep,
title = {A Deep Learning-based Multimodal Depth-Aware Dynamic Hand Gesture Recognition System},
author = {Hasan Mahmud and Mashrur M. Morshed and Md. Kamrul Hasan},
year = {2021},
eprint = {2107.02543},
archivePrefix = {arXiv},
primaryClass = {cs.CV}
}