Open liuty10 opened 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.
Thanks!
Hi Yueyu, thank you very much for sharing the source code.
Could you also please share the script for MS-SSIM calculation? Thanks!