opencv--[attributeError: 'NoneType' object has no attribute 'shape' 报错]

意思:这个对象不存在、无类型。

如提取图像时:

        im = cv2.imread(image_files[0])# HxWxC

出现该提示!

存在一个可能原因:图像的路径不对,导致没有提取到该图像。

你可能感兴趣的:(opencv--[attributeError: 'NoneType' object has no attribute 'shape' 报错])