如果你需要替代方法,可以考虑使用其他图像相似度比较算法,如均方误差(MSE)或峰值信噪比(PSNR)等,但这些算法在skimage中有不同的导入路径。 解决ImportError问题: 使用正确的导入路径后,ImportError应该会被解决。以下是使用compare_ssim函数的一个简单示例: python from skimage.metrics import compare_ssim from skimage ...
When you start anonymize.py you get an ImportError I had the same issue. Apparently the latest version of scikit-image does not have the function skimage.measure.compare_ssim. Try downgrading your scikit-image version to 0.16. Contributor ...