VainF / pytorch-msssim

Fast and differentiable MS-SSIM and SSIM for pytorch.
MIT License
1.1k stars 126 forks source link

What is the difference between SSIM and MS-SSIM #47

Open wuboya0003 opened 1 year ago

wuboya0003 commented 1 year ago

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?

VainF commented 1 year ago

MS-SSIM means Multi-Scale SSIM. So both should be ok for your task.