-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,请问下这个问题是出在哪呢 #59
Comments
上面是出错的代码, 错误显示是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 similiar error ,have somebody solve it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
out_bboxes1[:min(out_bboxes.shape[0],self.cfg.boxes)]=out_bboxes[:min(out_bboxes.shape[0],self.cfg.boxes)]
The text was updated successfully, but these errors were encountered: