赞
踩
在从scipy.misc导入imread函数时候报错:cannot import name ‘imread’ from ‘scipy.misc’
from imageio import imread
安装低版本的scipy 把scipy降级到1.2.1
pip install scipy==1.2.1
pip3 install pillow
#或者
sudo pip3 install pillow
相关链接:
PILLOW方法链接:https://blog.csdn.net/silent56_th/article/details/79002152?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param
imread()函数使用:https://blog.csdn.net/xky1306102chenhong/article/details/81569863
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。