krasserm / super-resolution

Tensorflow 2.x based implementation of EDSR, WDSR and SRGAN for single image super-resolution
Apache License 2.0
1.5k stars 352 forks source link

Performance evaluation based on content/perceptual loss #77

Open Timmate opened 3 years ago

Timmate commented 3 years ago

Hi, thanks a lot for sharing your work! I was wondering, if PSNR is generally regarded as a metric that is unreliable when it comes to the assessment of image similarity (at least when training an SR network), why would we use it to evaluate quality of super-resolved images instead of using, say, a perceptual loss or content loss?