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
550 stars 68 forks source link

Error during installation #33

Closed uly94 closed 2 years ago

uly94 commented 2 years ago

Hi all, I've downloaded .zip project and then I imported it as a PyCharm project. If I try to execute the command with correct params and any type of command console returns me this error --> image image I tried to install FFTW libraries but I got the same error

How can I install this great package without any error? Thanks in advance

chrieke commented 2 years ago

Hi @uly94 you can install the package via the pip package manager, no need to download the zip file.

Please follow the installation instructions: https://github.com/up42/image-similarity-measures#install-package

uly94 commented 2 years ago

OK, thank you. Package has many errors but you can solve them spending some time.

nikooc2s commented 2 years ago

OK, thank you. Package has many errors but you can solve them spending some time.

Hey, please feel free to add your corrections in the code. We would highly appreciate this.