-
Notifications
You must be signed in to change notification settings - Fork 48
Description
I was interested in how the SSIM we consume (image-ssim) is different than that of the reference implementation.
visualmetrics uses https://github.com/jterrace/pyssim which points to https://ece.uwaterloo.ca/~z70wang/research/ssim/ .. the reference table there with einstein has the last SSIM at 0.662
However our module reports (via http://darosh.github.io/image-ssim-js/test/browser_test.html) this pair as 0.741.
Also the implementation looks fairly different than most of the other SSIM modules I'm looking at.
There are two new modules for SSIM, I'm seeing: https://github.com/obartra/ssim and https://github.com/IonicaBizau/img-ssim
However, both of them are unattractive in their current state.
Regardless, I'd like to still keep this issue open to explore changing our SSIM dependency.