pytorch-msssim icon indicating copy to clipboard operation
pytorch-msssim copied to clipboard

(feature request) SSIM for time series data/variable size data?

Open hadaev8 opened this issue 5 years ago • 0 comments

I have data with (batch, 80, sample len) shape, for now, I'm using SSIM with reshaping to (batch, 1, 80, sample len). But SSIM do not take into account zero padding.

Example: Predicted Target

Given huge zero padding, ssim score will be better for shorter train samples.

hadaev8 avatar May 03 '20 08:05 hadaev8