GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
-
Updated
Mar 13, 2022 - Python
Add a description, image, and links to the image-restoration topic page so that developers can more easily learn about it.
To associate your repository with the image-restoration topic, visit your repo's landing page and select "manage topics."
Hi,
Thanks for your sharing.
I see there is not residual structure in the AdaFM module.
Why it returns self.transformer(x) + x instead of self.transformer(x) ?
Thanks.