【问题标题】:Caffe : AttributeError: 'NoneType' object has no attribute 'astype'Caffe:AttributeError:“NoneType”对象没有属性“astype”
【发布时间】: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’

【问题讨论】:

标签: python attributes caffe faster-rcnn


【解决方案1】:

解决方法:检查图片路径并更正或传递图片绝对路径。

例子:

filepath = os.path.join('/media/user/dataset/Coco 2014/test2014/', item['file_name']) 

【讨论】:

    猜你喜欢
    • 2019-12-07
    • 2016-12-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-02
    • 2014-07-05
    • 2018-05-05
    • 2013-02-11
    相关资源
    最近更新 更多