【imsave函数不能用解决方法】上篇说到imsave函数不能用,找到了一个替代品:opencv里面的imwrite函数,然后说一下这个opencv的安装。。。我一直在pip install opencv
结果不成功,后来发现原来这个包需要这么装:
文章图片
直接pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn opencv-python
就可以了。。。
然后import的时候需要这么import
文章图片
imsave函数最简单的使用方法:
cv.imsave(图片名,img(这个也可以选其他的))
问题解决,23333333
推荐阅读
- keras报错Error when checking target: expected dense_1 to have shape (5,) but got array with shape (1,)
- 报错|TCP connection timed out: 10060: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
- Python|urllib.error.URLError(urlopen error [WinError 10060])
- ImportError: cannot import name 'imsave' from 'scipy.misc' (C:\Users\DELL\AppData\Roaming\Python\Pyt
- 成功解决DLL load failed: 页面文件太小,无法完成操作
- 成功解决RuntimeError: Variable += value not supported. Use variable.assign_add(value) to modify the vari
- Git clone项目失败,提示git did not exit cleanly(exit code 1)的解决办法
- TypeError: 'float' object cannot be interpreted as an integer
- 报错|SMPlayer在ubuntu16.04下没有声音的解决办法| mysql无法修改