pytorch-YOLOv4 icon indicating copy to clipboard operation
pytorch-YOLOv4 copied to clipboard

您好,请问下这个问题是出在哪呢

Open PL1296 opened this issue 4 years ago • 4 comments

out_bboxes1[:min(out_bboxes.shape[0],self.cfg.boxes)]=out_bboxes[:min(out_bboxes.shape[0],self.cfg.boxes)]

PL1296 avatar May 25 '20 02:05 PL1296

上面是出错的代码, 错误显示是valueerror:could not broadcast input array from shape(0) into shape(0,5)

PL1296 avatar May 25 '20 02:05 PL1296

I have a same error.

Ryo-Kawanami avatar Aug 26 '20 12:08 Ryo-Kawanami

I have encountered the same issue, and resolved it. The reason might be like this: the image path in your annotation file *.txt is unreadable.

hancShen avatar Oct 21 '20 08:10 hancShen

the similiar error ,have somebody solve it

Im-JimmyHu avatar Feb 11 '22 09:02 Im-JimmyHu