This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
predicting oriented bounding box with either (x1,y1,x2,y2,x3,y3,x4,y4) or (cx,cy,w,h,angle) #241
Comments
Please reply on this as to how to modify its bounding boxes regression part to regress oriented bounding boxes. |
@smajida, @vsd550 as far as I know, this is not supported currently and the internal format is specified here Detectron/detectron/utils/boxes.py Lines 23 to 40 in e5bb3a8
Looks like https://arxiv.org/ftp/arxiv/papers/1706/1706.09579.pdf or https://arxiv.org/pdf/1712.02294.pdf could help you for the RPN part. EDIT : see also rbgirshick/py-faster-rcnn#432 |
As @gadcam noted, this is not supported at this time. Sorry for the inconvenience. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected results
What did you expect to see? Rotated bounding boxes
Actual results
What did you observe instead? no detected bounding box
I have provided the network with either gt boxes with (x1,y1,x2,y2,x3,y3,x4,y4) format or (cx,cy,w,h,angle), but the network is not producing any bounding box without any errors. I have searched a lot and looked for similar issues, but could not find any helpful information. how to predict oriented bbox with R-FCN and RPN?
System information
python --version
output: ? 2.7The text was updated successfully, but these errors were encountered: