Restormer
Restormer copied to clipboard
I wrote code in Python to test PSNR and SSIM, why is the PSNR and SSIM I tested in Python lower than those in the paper? PSNR is about 1.2dB lower
I wrote code in Python to test PSNR and SSIM, why is the PSNR and SSIM I tested in Python lower than those in the paper? PSNR is about 1.2dB lower
We calculate PSNR for the deraining task on Y channel. The Python code for getting a similar performance can be found at https://github.com/kuijiang94/MSPFN/issues/7#issuecomment-656785181