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

Use for Different Image Dimension #40

Closed Satyajit1993 closed 2 years ago

Satyajit1993 commented 2 years ago

How to use this code for different image dimension

Input 256x256 output 1024x1024 after super resolution

nikooc2s commented 2 years ago

If you have a super resolved image which you obtain from some CNN for instance and you want to compare it with a ground truth at the same resolution, you can use image similarity measure.

Satyajit1993 commented 2 years ago

Thank You So much