mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-25 23:31:29 +00:00
Temporal instability with faces on continuous frames #473
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 @TaehoSamLee on GitHub (Mar 25, 2024).
--2411

--2412

--2413

I am having an issue when I use GFPGAN for videos. Even though three images are continuous and very identical, the output from GFPGAN for 2412 is quite weird around lip. I assume the issue is related to facexlib since angle of face output from GFPGAN under cmp is different on 2412 compare to 2411 and 2413, but I am not sure which lib is causing this issue. This issue leads to flickering-ish experience when its made to video.
Does anyone know how to fix this issue?
Thanks in advance for help :)