VainF / pytorch-msssim

Fast and differentiable MS-SSIM and SSIM for pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSIM output range

ksmdnl opened this issue · comments

Quick question on the output range. Does the SSIM implementation output number of range [0;1] or [-1;1] instead as described in the original SSIM paper http://www.cns.nyu.edu/pub/lcv/wang03-reprint.pdf ?