File "F:\chen_code\CornerNet-master\utils\get_data.py", line 47, in read_from_disk
image=self.coco.read_img(queue[0])
File "./utils\init_data.py", line 145, in read_img
return img.astype(np.float32)
AttributeError: 'NoneType' object has no attribute 'astype'
OutOfRangeError (see above for traceback): RandomShuffleQueue '_1_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 10, current size 0)
好像数据这块儿出错了,改来改去还是不对,大佬能带下吗
File "F:\chen_code\CornerNet-master\utils\get_data.py", line 47, in read_from_disk
image=self.coco.read_img(queue[0])
File "./utils\init_data.py", line 145, in read_img
return img.astype(np.float32)
AttributeError: 'NoneType' object has no attribute 'astype'
OutOfRangeError (see above for traceback): RandomShuffleQueue '_1_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 10, current size 0)
好像数据这块儿出错了,改来改去还是不对,大佬能带下吗