CGCL-codes/AMT-GAN

What's the calculation method of the SSIM value in the paper?

zhoufengfan opened this issue · 1 comments

Hi! We found that the SSIM values which were calculated by skimage.metrics.structural_similarity and torchmetrics.functional.structural_similarity_index_measure are different(see the example below).
Could you tell us what's the calculation method of the SSIM value in the paper?
Example:
Example

Hi, zhoufengfan
We use skimage.metrics.structural_similarity for evaluation.