Mukosame / Zooming-Slow-Mo-CVPR-2020

Fast and Accurate One-Stage Space-Time Video Super-Resolution (accepted in CVPR 2020)
GNU General Public License v3.0
908 stars 165 forks source link

SSIM results #58

Closed NateLol closed 3 years ago

NateLol commented 3 years ago

Hi there, with below config and provided model xiang2020zooming.pth

(data_mode = 'Vid4'), scale = 4 N_ot = 7 flip_test = True padding = 'replicate'

the results is

Total Average PSNR: 24.955920 dB PSNR-Y: 26.487421 dB SSIM: 0.629918 for 4 clips. whereas the SSIM in the paper is 0.7976.

Is there anything wrong that I have done to produce the results?

Thanks, Nate

NateLol commented 3 years ago

I understand that metrics are evaluated on the Y channel so need to parse in

cropped_output_y 255, cropped_GT_y 255

I am able to obtain

Total Average PSNR: 24.847870 dB PSNR-Y: 26.380061 dB SSIM: 0.797748 for 4 clips.

Thanks,