CornerNet icon indicating copy to clipboard operation
CornerNet copied to clipboard

求解惑

Open CWF-999 opened this issue 5 years ago • 2 comments

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) 好像数据这块儿出错了,改来改去还是不对,大佬能带下吗

CWF-999 avatar Apr 21 '19 08:04 CWF-999

你检查一下你的数据集路径对不对,可以输出一下,出现这个问题多半是数据路径有问题。

XzlXcc avatar Apr 21 '19 11:04 XzlXcc

好的,谢谢大佬百忙中答疑,明天再检查检查。

------------------ 原始邮件 ------------------ 发件人: "XzlXcc"[email protected]; 发送时间: 2019年4月21日(星期天) 晚上7:05 收件人: "makalo/CornerNet"[email protected]; 抄送: "陈文峰"[email protected]; "Author"[email protected]; 主题: Re: [makalo/CornerNet] 求解惑 (#11)

你检查一下你的数据集路径对不对,可以输出一下,出现这个问题多半是数据路径有问题。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

CWF-999 avatar Apr 21 '19 15:04 CWF-999