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
lib folder is the good stuff
utils.py is bridge between web app and pifuhd
- allow only one image file instead of checking file name
- add uuid to file names
- generate directly to static folder