Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在skimage中找不到度量的模块。其他一切都好_Python_Image Processing_Conda_Scikit Image - Fatal编程技术网

Python 在skimage中找不到度量的模块。其他一切都好

Python 在skimage中找不到度量的模块。其他一切都好,python,image-processing,conda,scikit-image,Python,Image Processing,Conda,Scikit Image,我一直没有得到名为“skimage.metrics”的模块,只有“metrics”模块,其他模块都可以正常工作。 它被弃用了吗?我一直无法做任何事情,文档也没有提到任何事情。当前版本的skimage是0.17.0,它有skimage.metrics。 它也在0.16.0中 它不在0.15.0中 所以16岁及以上的人应该拥有它。您可以通过以下方式安装0.16.1版本: pip install scikit-learn==0.16.1 此页面列出api更改并显示16中出现的指标。非常感谢。我

我一直没有得到名为“skimage.metrics”的模块,只有“metrics”模块,其他模块都可以正常工作。
它被弃用了吗?我一直无法做任何事情,文档也没有提到任何事情。

当前版本的skimage是0.17.0,它有skimage.metrics。

它也在0.16.0中

它不在0.15.0中

所以16岁及以上的人应该拥有它。您可以通过以下方式安装0.16.1版本:

pip install scikit-learn==0.16.1

此页面列出api更改并显示16中出现的指标。非常感谢。我有0.15.0,我刚刚更新!再次感谢你!