huzi96 / Coarse2Fine-PyTorch

70 stars 6 forks source link

MS-SSIM calculation #10

Open liuty10 opened 2 years ago

liuty10 commented 2 years ago

Hi Yueyu, thank you very much for sharing the source code.

Could you also please share the script for MS-SSIM calculation? Thanks!

huzi96 commented 2 years ago

I don't have easy access to that code for now. Actually, I was using TensorFlow MS-SSIM utilities for the implementation. https://www.tensorflow.org/api_docs/python/tf/image/ssim_multiscale If you need SSIM implemented with PyTorch (especially for training), there are many open-source projects on GitHub.

liuty10 commented 2 years ago

Thanks!