PIFuHD Installation Tutorial

Опубликовано: 21 Февраль 2026
на канале: bycloud 2
36,869
632

Related video for info/explanation
   • AI Generates 3D Human Model from 2D Image ...  

Conda Installation
   • 3D Photo Inpainting Installation Tutorial ...  

PIFuHD GitHub
https://github.com/facebookresearch/p...

Join my Discord
  / discord  


all my notes:
git clone https://github.com/facebookresearch/p...

conda create -n pifuhd python=3.6
conda activate pifuhd

conda install -c pytorch pytorch
conda install -c pytorch torchvision

pip install pillow
pip install json
pip install scikit-image
pip install tqdm
pip install opencv-python
pip install trimesh
pip install ffmpeg

PyOpenGL
https://www.lfd.uci.edu/~gohlke/pytho...
C:/Users/user/Downloads/PyOpenGL-3.1.5-cp36-cp36m-win_amd64.whl

make directory "checkpoints"
https://dl.fbaipublicfiles.com/pifuhd...

cd G:\YouTube\PIFuHD\results\pifuhd\pifuhd
python -m apps.simple_test
python -m apps.render_turntable -f ./results/pifuhd_final/recon -ww 512 -hh 512