kornelski / dssim

Image similarity comparison simulating human perception (multiscale SSIM in Rust)
https://kornel.ski/dssim
GNU Affero General Public License v3.0
1.09k stars 70 forks source link

Latest scale weight is ignored #87

Closed igv closed 3 years ago

igv commented 3 years ago

Here, it should be DEFAULT_WEIGHTS[0..5] (indexing is start:end-1).

Also it would be handy if it was possible to specify the number of scales from a command line.

igv commented 3 years ago

Just for the record, mean absolute deviation pooling is a good alternative to a combination of local maximums and averages (I thought maybe that's the reason why you using only 4 scales).

kornelski commented 3 years ago

Thanks. I'll test it with more scales.