mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-26 07:42:02 +00:00
Restores face effectively, but doesn't output it correctly. #422
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 @MattPenaTV on GitHub (Dec 10, 2023).
I input an image, like the following, to GFPGAN:
Then, I run the code:
When I check the results folder, I get the expected results for "cmp", "cropped_faces", and "restored_faces":



But when I check for the entire restored image in "restored_imgs", I get the same image that I inputted:

Here is the full terminal output when I run this code:
Additional Information:
Any idea what could be causing this?