gpt4 book ai didi

python - 模块 'scipy.ndimage' 没有属性 'imread'

转载 作者:行者123 更新时间:2023-12-03 08:31:08 26 4
gpt4 key购买 nike

我正在尝试从 scipy 读取图像。但它给出错误“没有属性'imread'”。可能是什么原因造成的?

AttributeError                            Traceback (most recent call last)
<ipython-input-29-311aa4fc2e10> in <module>
5
6 fname = "images/" + my_image
----> 7 image = np.array(ndimage.imread(fname, flatten=False))
8 my_image = scipy.misc.imresize(image, size=(num_px,num_px)).reshape((num_px*num_px*3,1))
9 my_image = my_image/255.

AttributeError: module 'scipy.ndimage' has no attribute 'imread'

最佳答案

来自documentation SciPy 的:

imread is deprecated! imread is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use imageio.imread instead.

这意味着,如果您使用任何 SciPy 版本 1.2.0 或更高版本,您可能会看到此使用 ndimage.imread 函数的错误消息。

关于python - 模块 'scipy.ndimage' 没有属性 'imread',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65032856/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com