【发布时间】:2021-07-21 02:10:55
【问题描述】:
AttributeError: 'NoneType' object has no attribute 'astype' 出现在文件 ../lib/fast_rcnn/test.py,第 35 行,在 _get_image_blob 中
im_orig =im.astype(np.float32,copy=True)
有AttributeError:‘NoneType’对象没有属性‘astype’
【问题讨论】:
-
您的变量
im的类型为无。您可能应该在尝试使用它之前检查它是否已初始化。
标签: python attributes caffe faster-rcnn