Skip to content

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

License

Notifications You must be signed in to change notification settings

akitaonrails/GFPGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%