-
Notifications
You must be signed in to change notification settings - Fork 57
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
Can not reappear the PSNR and SSIM result for version3 #8
Comments
@selous123 Hi, for images in Version 3, we do not divide images into patches since the network itself requires less memory than Version 2 (the input LR has the same resolution as HR). You can just run them in the original size. The provided files (models, train and test codes) are designed for Version 2. |
Thank you very much for answering. And I have got the result PSNR: 27.2291 and SSIM: 0.7627, which is slightly different from the reported values, PSNR: 27.2378 and SSIM: 0.7643. I have also touched my code below for others.
|
I have downloaded your matlab code and run below code which modified from your test.m
but the result for Bicubic baseline is PSNR:26.8944 SSIM:0.7570, which is different from what you reported here
so any details i have not noticed?
Hope for your replying!!
Thanks.
The text was updated successfully, but these errors were encountered: