AttributeError: 'NoneType' object has no attribute 'astype' occurs in the file ../lib/fast_rcnn/test.py, line 35, in _get_image_blob
im_orig =im.astype(np.float32,copy=True)
There is AttributeError:‘NoneType’ object has no attribute 'astype'
AttributeError: 'NoneType' object has no attribute 'astype' occurs in the file ../lib/fast_rcnn/test.py, line 35, in _get_image_blob
im_orig =im.astype(np.float32,copy=True)
There is AttributeError:‘NoneType’ object has no attribute 'astype'
Solution: check the image path and correct it or pass the absolute image path.
Example:
filepath = os.path.join('/media/user/dataset/Coco 2014/test2014/', item['file_name'])