install.md
June 11, 2023 ยท View on GitHub
Installation guide
- Recursively clone this github repo
git clone --recursive https://github.com/NVlabs/affordance_diffusion.git - Download pre-trained models and unzip them to
${environment.output}specified in configs/environment/grogu.yaml. Let us assume it isoutput/mkdir -p output/ cd output/ gdown 1Ny8wtQJL1TFa3qYsxUnl4BPynpJEMaMB tar xfz release.tar.gz cd - - Install third party packages if you want to extract 3D hand pose from the generated hands and overlay its rendering.
- Install frankmocap and pytorch3d, etc.
bash scripts/install_thrid_party.sh - Download
MANO_RIGHT.pklfrom the official website and put it underthrid_party/mano/MANO_RIGHT.pkl
- Install frankmocap and pytorch3d, etc.
Environment specification
- pytorch=1.10
- pytorch-lightning=1.6.5
- pytorch3d=0.7.0
- detectron=0.6.0 (used by frankmocap)