This repository is an official implementation of the paper "Recovering 3D Hand Mesh Sequence from a Single Blurry Image: A New Dataset and Temporal Unfolding (CVPR 2023)". [arxiv]
You can download our BlurHand dataset in the following link.
Instruction on our dataset is available at here.
Please follow the below instructions.
- Installation and Dataset preparation.
- Training the BlurHandNet (skip the process if you only want to run a pre-trained model).
- Testing.
If our work was helpful for your research, please cite our paper.
@inproceedings{oh2023BlurHand,
title={Recovering 3D Hand Mesh Sequence from a Single Blurry Image: A New Dataset and Temporal Unfolding},
author={Oh, Yeounguk and Park, JoonKyu and Kim, Jaeha and Moon, Gyeongsik and Lee, Kyoung Mu},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2023}
}
Our code implementaions are motivated from the below codes. We thank the authors for sharing the awesome repositories.
If you have any question, please email [email protected]
.