SSIM / MS-SSIM for TensorFlow

后端 未结 3 649
感情败类
感情败类 2020-12-08 23:47

Is there a SSIM or even MS-SSIM implementation for TensorFlow?

SSIM (structural similarity index metric)

3条回答
  •  失恋的感觉
    2020-12-09 00:34

    This appears to be what you are looking for:

    msssim.py

    Usage:

    python msssim.py --original_image=original.png --compared_image=distorted.png
    

提交回复
热议问题