Maclory / Deep-Iterative-Collaboration

Pytorch implementation of Deep Face Super-Resolution with Iterative Collaboration between Attentive Recovery and Landmark Estimation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about evaluation

Zzlongjuanfeng opened this issue · comments

Hi, thank you for your sharing the code! Why do you crop the image border when calculating PSNR and SSIM?
Looking forward to your reply.

Hi, actually this is a common operation in SR methods to alleviate the boundary effects caused by neural networks.