Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.31 KB

Installation.md

File metadata and controls

34 lines (21 loc) · 1.31 KB

Installation

  1. Make clone this repo.
git clone https://github.com/JaehaKim97/BlurHand_RELEASE.git
cd BlurHand_RELEASE
  1. Set the environment. We recommend using Anaconda.
 conda create -n BH_RELEASE python=3.8
 conda activate BH_RELEASE
 pip install -r requirements.txt
 python src/setup.py
  1. Modify the torchgeometry following this. Without modification, you will meet RuntimeError: Subtraction, the - operator....

  2. Download the MANO model files (mano_v1_2.zip) from MANO website. Unzip and put mano_v1_2/models into src/utils/MANO. To be specific, MANO_RIGHT.pkl and MANO_LEFT.pkl should be located in src/utils/MANO/models/MANO_RIGHT.pkl and src/utils/MANO/models/MANO_LEFT.pkl, respectively.

  3. (Optional) If you are linux user and have external data storage, consider to replace experiments, datasets as symlink.

Dataset preparation

Download our BlurHand dataset, then locate them on datasets.

Link to return main document.