up42 / image-similarity-measures

:chart_with_upwards_trend: Implementation of eight evaluation metrics to access the similarity between two images. The eight metrics are as follows: RMSE, PSNR, SSIM, ISSM, FSIM, SRE, SAM, and UIQ.
MIT License
549 stars 68 forks source link

Support python 3.10 #38

Closed baterflyrity closed 1 year ago

baterflyrity commented 2 years ago

Hi! Im developing my own image format hence i need this package for lossy compression quality evaluation. Can you please update this package for python 3.10 usage. Thanks.

p.s. All dependencies support python 3.10 so now i just copied quality_metrics.py into my project.

nekhtiari commented 2 years ago

@baterflyrity Sure, will check this :)

akx commented 1 year ago

This would be fixed by #42 and #43.

chrieke commented 1 year ago

upper Python version bounds removed in https://github.com/up42/image-similarity-measures/pull/42