Installation.md
May 12, 2023 ยท View on GitHub
Installation
- Make clone this repo.
git clone https://github.com/JaehaKim97/BlurHand_RELEASE.git
cd BlurHand_RELEASE
- 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
-
Modify the
torchgeometryfollowing this. Without modification, you will meetRuntimeError: Subtraction, the - operator.... -
Download the MANO model files (
mano_v1_2.zip) from MANO website. Unzip and putmano_v1_2/modelsintosrc/utils/MANO. To be specific,MANO_RIGHT.pklandMANO_LEFT.pklshould be located insrc/utils/MANO/models/MANO_RIGHT.pklandsrc/utils/MANO/models/MANO_LEFT.pkl, respectively. -
(Optional) If you are linux user and have external data storage, consider to replace
experiments,datasetsas symlink.
Dataset preparation
Download our BlurHand dataset, then locate them on datasets.
Link to return main document.