查询后其原因是from scipy.misc import imread,imwrite 等方法已经被弃用,Python已经将imread方法封装在了imageio模块当中. 解决方法具体如下: ...
確定! 回上一頁