How to test images with psnr?
wwlCape opened this issue · 2 comments
wwlCape commented
Thanks for your great work. I want to test my datasets, would you please tell how to generate PSNR and SSIM values during testing?
YapengTian commented
Thanks for your interest.
https://github.com/yulunzhang/RDN/tree/master/RDN_IR/RDN_TestCode/RDN_SR_RGB provides PSNR and SSIM evaluation functions. It should be easy to use it to do testing.
wwlCape commented
Ok, thank you for replying!