-
Notifications
You must be signed in to change notification settings - Fork 559
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
Comments
You can write a convert function just like mmrotate/mmrotate/core/bbox/transforms.py Line 95 in 01439d1
, but I think it may be unmeaningful because all angles can be represented in le/oc angle representation. |
This is not unmeaningful, for example, to detect the exact orientation of the airplane's head. |
Heading detection (0-360) is not supported in mmrotate. |
You are right. We will add it to our backlogs. |
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 |
Thank you for the advice. |
hi can you solived this problem ? |
I am studying |
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. |
wow,could i have your WeChat |
could you briefly describe your method here, which can help more people? thanks |
I think the detection frame has directions, and the rotation angle can be reconstructed according to the four points of the detection frame |
do you mean the bbox's corner points? |
#1061 |
as the title
The text was updated successfully, but these errors were encountered: