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

Why the label of bbox is a horizontal rectangle instead of a oriented rectangle #27

Open
ustczhouyu opened this issue May 1, 2020 · 3 comments

Comments

@ustczhouyu
Copy link

ustczhouyu commented May 1, 2020

❓ Questions and Help

Hey,thank you for sharing these codes. What puzzles me is why the label of the bbox generated in the convert_to_coco.py file is a horizontal rectangle instead of a oriented rectangle (For example, "bbox": [753.0, 651.0, 80.0, 13.0])? Does the /maskrcnn_benchmark/structures/bounding_box.py generate a oriented rectangl as the ground-truth of the bbox?
I am looking forward to your reply, thank you very much.

@mrlooi
Copy link
Owner

mrlooi commented May 2, 2020

Have a look at maskrcnn_benchmark/structures/rotated_box.py and rrpn/anchor_generator.py, where the minAreaRect is used

@ustczhouyu
Copy link
Author

Have a look at maskrcnn_benchmark/structures/rotated_box.py and rrpn/anchor_generator.py, where the minAreaRect is used

@ustczhouyu ustczhouyu reopened this May 2, 2020
@ustczhouyu
Copy link
Author

@mrlooi Thank you for your reply. I may continue to ask you related questions recently. In order to get in touch with you more easily, can I have your email address? Or I want to trouble you to reply to me by email ([email protected]), if it does not disturb you. thank you very much.

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