How to get the coordinate information of polygons drawn in bounding box in object dectection problem #3846
Replies: 3 comments
-
You can calculate the points yourself. Guess you just need to reverse that since that question is the other way around. |
Beta Was this translation helpful? Give feedback.
-
First Thanks for reply me. |
Beta Was this translation helpful? Give feedback.
-
Do you have an example image to illustrate what you want? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
In Detectron2 how to get the polygon bounding box around object not a rectangle box
I already have seen tutorial , it's just a rectangle box , it's mean format box is x,y,h,w .
So What I want is format 4 points x1,y1,x2,y2,x3,y3,x4,y4
How can ?
many thanks
Beta Was this translation helpful? Give feedback.
All reactions