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

Add GitHub CI workflow #20

Closed akx closed 3 years ago

akx commented 3 years ago

This GitHub Actions workflow ensures that the CLI script runs, which is better than nothing in the absence of proper tests :)

Ties into #19 in the sense that the CI workflow also runs on 3.9.

You can see this in action over at https://github.com/akx/image-similarity-measures/pull/1 (since closed in favor of this PR).