pytorch-YOLOv4
pytorch-YOLOv4 copied to clipboard
您好,请问下这个问题是出在哪呢
out_bboxes1[:min(out_bboxes.shape[0],self.cfg.boxes)]=out_bboxes[:min(out_bboxes.shape[0],self.cfg.boxes)]
上面是出错的代码, 错误显示是valueerror:could not broadcast input array from shape(0) into shape(0,5)
I have a same error.
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.
the similiar error ,have somebody solve it