mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-26 07:42:02 +00:00
FacialComponentDiscriminator #144
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 @StephanPan on GitHub (Jan 6, 2022).
FacialComponentDiscriminator是一个全卷积网络,输出是一个20*20的张量,似乎和常规的判别器形式不太一致,为什么没有用全连接层使结果以标量的形式输出呢?
@xinntao commented on GitHub (Jan 8, 2022):
输出是有spatial size的tensor时,和patch discriminator类似。你可以参考patch discriminator,它可以关注到local区域的判别