Skip to content

SankHyan24/WAIFu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAIFu: a Weighted-Aligned Implicit Function

What is WAIFu?

This is waifu:

820721

Just a practice for implement a 3D reconstruction model like PIFu.

requirements.txt Backup:

# 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 example

How to Update "requirements.txt"?

use this command

pipreqs ./ --encoding=utf8 --force

Issue:

PRT:

You should install the conda package "pyembree", which is not support for windows using conda. For windows, plz reference to this.

PYEXR:

You can reference this. Or directly:

  1. Install openexr first: search at https://www.lfd.uci.edu/~gohlke/pythonlibs/, then download the corresponding version.

  2. Then pip install it.

  3. Then pip install pyexr

About

Weight-Aligned Implicit Function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages