Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 487 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 487 Bytes

Running

inside terminal execute
docker build -t pifuhd-flask .
docker run -d -p 8080:8080 pifuhd-flask
for cuda11 docker run -d -p 8080:8080 --gpus all nvidia/cuda:11.0-base pifuhd-flask

Navigating files and folders

lib folder is the good stuff
utils.py is bridge between web app and pifuhd

TODO

  • allow only one image file instead of checking file name
  • add uuid to file names
  • generate directly to static folder