YapengTian / TDAN-VSR-CVPR-2020

TDAN: Temporally-Deformable Alignment Network for Video Super-Resolution, CVPR 2020
MIT License
400 stars 62 forks source link

How to test images with psnr? #25

Closed wwlCape closed 4 years ago

wwlCape commented 4 years ago

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 4 years ago

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 4 years ago

Ok, thank you for replying!