pytorch-msssim
pytorch-msssim copied to clipboard
What is the difference between SSIM and MS-SSIM
I am now investigating motion artifact correction in MRI images. which metric should I use to evaluate the performance of my model, SSIM or MS-SSIM?
MS-SSIM means Multi-Scale SSIM. So both should be ok for your task.