'NoneType' object has no attribute 'shape' 及 no element found:line 1,colum 0
问题1:'NoneType' object has no attribute 'shape'
环境:python3.5 +tensorflow1.1.0+ Keras2.0.3
问题:使用cv2.imread读取含有中文路径的图片时,返回None。
原因:opencv不接受non-ascii的路径。
解决方法:先用np.fromfile()读取为np.uint8格式,再使用cv2.imdecode()解码。
其中在使用cv2.imdecode()解码时需要注意输入参数的意义,否者会图像的通道可..
原创
2020-05-11 21:15:12 ·
569 阅读 ·
0 评论