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

How to expand the angle range to [0, 360) ? #386

Closed
JinYuannn opened this issue Jun 30, 2022 · 15 comments · Fixed by #1061
Closed

How to expand the angle range to [0, 360) ? #386

JinYuannn opened this issue Jun 30, 2022 · 15 comments · Fixed by #1061
Labels
enhancement New feature or request

Comments

@JinYuannn
Copy link
Contributor

as the title

@zytx121
Copy link
Collaborator

zytx121 commented Jul 1, 2022

You can write a convert function just like

def poly2obb(polys, version='oc'):

, but I think it may be unmeaningful because all angles can be represented in le/oc angle representation.

@JinYuannn
Copy link
Contributor Author

This is not unmeaningful, for example, to detect the exact orientation of the airplane's head.

@yangxue0827
Copy link
Collaborator

Heading detection (0-360) is not supported in mmrotate.

@zytx121
Copy link
Collaborator

zytx121 commented Jul 4, 2022

This is not unmeaningful, for example, to detect the exact orientation of the airplane's head.

You are right. We will add it to our backlogs.

@zytx121 zytx121 added the enhancement New feature or request label Jul 4, 2022
@JinYuannn
Copy link
Contributor Author

Heading detection (0-360) is not supported in mmrotate.

Could you give me some advice for head detection based on mmrotate?

@dashanlidewa
Copy link

Heading detection (0-360) is not supported in mmrotate.

Could you give me some advice for head detection based on mmrotate?

Position Detection and Direction Prediction for Arbitrary-Oriented Ships via Multiscale Rotation Region Convolutional Neural Network
You can refer to this article.

@JinYuannn
Copy link
Contributor Author

Heading detection (0-360) is not supported in mmrotate.

Could you give me some advice for head detection based on mmrotate?

Position Detection and Direction Prediction for Arbitrary-Oriented Ships via Multiscale Rotation Region Convolutional Neural Network You can refer to this article.

Thank you for the advice.

@qiuchun
Copy link

qiuchun commented Jul 6, 2022

hi can you solived this problem ?
i also have this problem ,can you ask me some ways to solve this problem? thank you very much !

@JinYuannn
Copy link
Contributor Author

hi can you solived this problem ? i also have this problem ,can you ask me some ways to solve this problem? thank you very much !

I am studying

@qiuchun
Copy link

qiuchun commented Jul 7, 2022

ok,thankyou , i have solve it yesterday,i can expand the angle range to [0, 360),it can work my dataset but i dont no whether it also work in other dataset.

@JinYuannn
Copy link
Contributor Author

wow,could i have your WeChat

@JinYuannn
Copy link
Contributor Author

ok,thankyou , i have solve it yesterday,i can expand the angle range to [0, 360),it can work my dataset but i dont no whether it also work in other dataset.

could you briefly describe your method here, which can help more people? thanks

@qiuchun
Copy link

qiuchun commented Jul 8, 2022

I think the detection frame has directions, and the rotation angle can be reconstructed according to the four points of the detection frame

@JinYuannn
Copy link
Contributor Author

do you mean the bbox's corner points?

@yangxue0827
Copy link
Collaborator

#1061
someone support this feature.

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

Successfully merging a pull request may close this issue.

5 participants