SinGAN icon indicating copy to clipboard operation
SinGAN copied to clipboard

About calculating PSNR after super-resolution

Open 15732031137 opened this issue 5 years ago • 2 comments

Hello! First of all, congratulations on your paper getting the best ICCV paper, thank you for your contribution to GAN network research, and share your code. I have had the honor to study your paper and program recently. I see that you have a picture with a size of 80 * 120, and then the size of the image becomes 320 * 480 after super resolution. The number of pixels or the size of the two pictures are different. I would like to ask you how to calculate the two The picture's peak signal-to-noise ratio (PSNR)?

15732031137 avatar Dec 29 '19 12:12 15732031137

All the SR evaluation were done using the code of the work "the perception-distortion tradeoff" by Blau et. al. Code is available at their project webpage: https://webee.technion.ac.il/people/tomermic/PerceptionDistortion/PD_tradeoff.htm

tamarott avatar Jan 26 '20 13:01 tamarott

Hello! First of all, congratulations on your paper getting the best ICCV paper, thank you for your contribution to GAN network research, and share your code. I have had the honor to study your paper and program recently. I see that you have a picture with a size of 80 * 120, and then the size of the image becomes 320 * 480 after super resolution. The number of pixels or the size of the two pictures are different. I would like to ask you how to calculate the two The picture's peak signal-to-noise ratio (PSNR)?

Hi,

Did you manage to calculate the PSNR?

junxiant avatar Jun 13 '22 10:06 junxiant