Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.12 KB

install.md

File metadata and controls

45 lines (40 loc) · 1.12 KB

Data Preparation

  • 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/

Installation

Prerequisites

  • CUDA 10.2 (not necessary, also CUDA version should also work)

Clone the Repo

git clone [email protected]:penincillin/IHMR.git
cd IHMR

Conda Environment

conda env create --name ihmr --file=docs/ihmr.yml
source activate ihmr

Third Packages

  • 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