We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Can you help me ?
The text was updated successfully, but these errors were encountered:
Add print('i: ', i.shape, i)
print('i: ', i.shape, i)
i = cv2.dnn.NMSBoxesRotated(boxes_for_cv2_nms, scores_for_cv2_nms, conf_thres, iou_thres) print('i: ', i.shape, i) i = np.squeeze(i, axis=-1)
for debugging, upload the result. this will help me.
Sorry, something went wrong.
This is my result: i: (1989,) [1501 1503 1499 ... 2747 647 700]
This commit may solve the issue. 883d0cc
No branches or pull requests
Search before asking
YOLOv5 Component
No response
Bug
Can you help me ?
Environment
No response
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: