Skip to content

pandas9/pifuhd_api_example

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages