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

orders of rotate box in nms and iou #41

Open
destinyzs opened this issue Aug 22, 2018 · 2 comments
Open

orders of rotate box in nms and iou #41

destinyzs opened this issue Aug 22, 2018 · 2 comments

Comments

@destinyzs
Copy link

In rotate_polygon_nms.pyx and rbbox_overlaps.pyx, the order of input boxes is [x_ctr, y_ctr, w, h, theta] or [y_ctr, x_ctr, h, w, theta] ?
I am confused about it . Can you give me some help? @mjq11302010044

@mjq11302010044
Copy link
Owner

@destinyzs [y_ctr, x_ctr, h, w, theta]

@destinyzs
Copy link
Author

But, here, you say the order of input box in rotate_polygon_nms is [x, y, w, h, theta]... @mjq11302010044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants