GFPGAN icon indicating copy to clipboard operation
GFPGAN copied to clipboard

GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.

Dockerfile for GFPGAN

For the original README, refer to the original repo.

I didn't find a good Dockerfile, so I got one from adryanfrois and updated upon it.

You can build it with:

$ ./build.sh

Then run with:

$ ./docker_run.sh \
  python3 inference_gfpgan.py -s 3 -i /app/inputs -o /app/results

Don't forget to edit docker_run.sh to map your input and result folders.

TODO

  • Add the Anime Upscaler code to this same Dockerfile