What is WAIFu?
This is waifu:
Just a practice for implement a 3D reconstruction model like PIFu.
# python 3.8 is recommended.
matplotlib==3.5.2
PyOpenGL==3.1.6
# use this if OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit.
# https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl PyOpenGL‑3.1.6‑cp38‑cp38‑win_amd64.whl
torch==1.12.0
# use this if cuda is not available.
# https://download.pytorch.org/whl/cu116/torch-1.12.0%2Bcu116-cp38-cp38-win_amd64.whl
torchvision==0.13.0
opencv-python # 4.6.0.66, for exampleuse this command
pipreqs ./ --encoding=utf8 --forceYou should install the conda package "pyembree", which is not support for windows using conda. For windows, plz reference to this.
You can reference this. Or directly:
-
Install openexr first: search at https://www.lfd.uci.edu/~gohlke/pythonlibs/, then download the corresponding version.
-
Then
pip installit. -
Then
pip install pyexr
