-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PSNR and SSIM results #60
Comments
+1 |
The test code appears to be fine, but the PSNR and SSIM values are indeed strange. The SeeSR results (PSNR/SSIM, 28.09/0.7664) reported in AddSR are close to those in our paper (PSNR/SSIM, 28.17/0.7691). Can you share your test results? |
I found the PSNR/SSIM calculated by the scripts in BasicSR (28.17/0.7674) is correct. But the same images can't get the same results by pyiqa. So, I refer that the PSNR/SSIM in the paper is calculated by BasicSR, and other metrics are calculated by pyiqa. |
if the color space be |
I use the pre-trained model to predict the SR image of the DReal dataset.
Some metrics are different but very close to the data in the paper (error about 0.01-0.1), but the PSNR and SSIM metrics are quite different (26.8475/28.17, 0.7413/0.7691).
Here is my metrics calculation method by the pyiqa, can you provide some suggestions?
The text was updated successfully, but these errors were encountered: