- Download and unzip the data from OneDrive Link
- Place the data folder (ihmr_data) in the folder of IHMR/ and organize the data folder (ihmr_data) as
ihmr_data/
hand26m/
annotation/
image/
train/
test/
param/
train/
test/
prediction/
model/
pretrain/
blur_kernel/
- CUDA 10.2 (not necessary, also CUDA version should also work)
git clone [email protected]:penincillin/IHMR.git
cd IHMR
conda env create --name ihmr --file=docs/ihmr.yml
source activate ihmr
-
Install SDF package for collision detection.
- Make sure the above environment is corretly set up before installing this package.
-
Install utility code
git clone [email protected]:penincillin/Tools.git
cd Tools/package
python setup.py develop