mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-21 21:30:46 +00:00
生成的模糊块影响图像观感 #278
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 @Capsulers on GitHub (Oct 18, 2022).
您好,当我尝试用GFPGAN进行人脸修复时出现了以下问题,如下所示的图片修复完之后人脸的上方位置也就是头发那块区域会有类似矩形状的模糊块,模糊块的具体位置我已经用黄线框出来了,这很影响观感和体验,您能试着修复一下该问题么,感激不尽。

@qiufengchuiwoyisan commented on GitHub (Oct 19, 2022):
想要修复这个就很复杂了,你可以去看StyleGAN2的论文,讲述了如何修复这种情况,你可以把论文上的方法用在GFPGAN的StyleGAN2上
@Capsulers commented on GitHub (Oct 19, 2022):
好的,我这就去看看,谢谢大佬的回复。
@zhoumenghan commented on GitHub (Feb 20, 2023):
您好,您提到的是哪篇论文