VainF / pytorch-msssim

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

Hello, I have a problem with msssim #40

Closed SUTwu closed 1 year ago

SUTwu commented 2 years ago

Image size should be larger than 160 due to the 4 downsamplings in ms-ssim.How should I change it?