Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.02 KB

pifuHD for lazy guy

Original Project

As title.

  • put your image into simple_pifu folder
  • notice your image only contain one person
  • click run.bat
  • see your result in mResult folder

Requirements

  • Python 3
  • PyTorch tested on 1.1.0
  • json
  • PIL
  • skimage
  • tqdm
  • cv2

Download Pre-trained model

Run the following script to download the pretrained model. The checkpoint is saved under ./checkpoints/.

sh ./scripts/download_trained_model.sh

Citation

@inproceedings{saito2020pifuhd,
  title={PIFuHD: Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Human Digitization},
  author={Saito, Shunsuke and Simon, Tomas and Saragih, Jason and Joo, Hanbyul},
  booktitle={CVPR},
  year={2020}
}

License

CC-BY-NC 4.0. See the LICENSE file.