Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.1 KB

Hi5: Robust 2D Hand Pose Estimation for Real-World Applications Using Synthetic Data Alone

Dataset Download:

Unity Game Engine Project

  • Same dropbox link above, Hi5_Unity_Project.zip
  • For game engine project setup, please follow unity-setup-guide.md

Data Augmentation

  • The data_processing/ directory contains code for processing, and augmenting the synthetic data.

Training Code

  • For Training and Evaluation, please use ViTPose repository: https://github.com/ViTAE-Transformer/ViTPose
  • Please follow the training and evaluation instructions from the repository.
  • To reproduce our results, add the content in the config files to ViTPose/configs/hand/2d_kpt_sview_rgb_img/topdown_heatmap/
  • Exact command line arguments used in this study can be seen in terminal commands.md file.
  • Trained checkpoints in Dropbox

Other datasets