- 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
torchgeometry
following 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/models
intosrc/utils/MANO
. To be specific,MANO_RIGHT.pkl
andMANO_LEFT.pkl
should be located insrc/utils/MANO/models/MANO_RIGHT.pkl
andsrc/utils/MANO/models/MANO_LEFT.pkl
, respectively. -
(Optional) If you are linux user and have external data storage, consider to replace
experiments
,datasets
as symlink.
Download our BlurHand dataset, then locate them on datasets
.
Link to return main document.