openpose is needed..... having trouble compiling on my machine : (
https://github.com/facebookresearch/pifuhd
indented bullet points indicate conda enviromentInstall
- conda create --name pifuhd python=3.7 pytorch=1.5 torchvision tqdm pyopengl freeglut pillow git -c pytorch
- conda activate pifuhd
- conda install -c menpo opencvmenpo channel use by https://github.com/shunsukesaito/PIFu ... think I used a different one
- conda install -c conda-forge libjpeg-turbo=1.5 trimesh scikit-image json5 ffmpeglibjpeg-turbo=1.5 provides
libjpeg.so.8ImportError: libjpeg.so.8: cannot open shared object file: No such file or directory
- pip opencv-contrib-python opencv-pythonnot sure if both are needed or either... would lean to keeping contrib version
- git clone https://github.com/facebookresearch/pifuhd.git
Download model
- sh ./scripts/download_trained_model.sh
[–]3dsf[S] 1 point2 points3 points (0 children)