mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-16 06:14:33 +00:00
Restore Faces are more crisp and good then restored_imags #283
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rohaantahir on GitHub (Oct 31, 2022).
Hi, I am using this great library using following settings.
python inference_gfpgan.py -i inputs/upload -o results -v 1.4 -s 1 --suffix enhanced --bg_upsampler none -s 2 -only_center_face --bg_tile 512 --bg_upsampler realesrgan
I am facing an issue that the resultant restored faces are very much identical to ground truth however, in restored images it is not showing perfect results.
The restored face image is following:

The restored whole image is following:
Can we have a similar kind of result for restored whole image as well ? If not do we have any solution to use restored faces? when we have a video the restored faces have bumps that's why couldn't use the restore faces.
Thanks
@Fifd commented on GitHub (Nov 10, 2022):
@rohaantahir commented on GitHub (Nov 10, 2022):
Any update @Fifd ??