Skip to content
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

bug trainning #27

Open
2 tasks done
nhathoang0110 opened this issue Dec 1, 2021 · 4 comments
Open
2 tasks done

bug trainning #27

nhathoang0110 opened this issue Dec 1, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@nhathoang0110
Copy link

Search before asking

  • I have searched the YOLOv5 issues and found no similar bug report.

YOLOv5 Component

No response

Bug

image
Can you help me ?

Environment

No response

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@nhathoang0110 nhathoang0110 added the bug Something isn't working label Dec 1, 2021
@acai66
Copy link
Owner

acai66 commented Dec 1, 2021

Add 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.

@nhathoang0110
Copy link
Author

image
This is my result: i: (1989,) [1501 1503 1499 ... 2747 647 700]

@nhathoang0110
Copy link
Author

Can you help me ?

@acai66
Copy link
Owner

acai66 commented Dec 28, 2021

Can you help me ?

This commit may solve the issue.
883d0cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants