Skip to content

Annotations of the detections - layout #19

Answered by rafaelpadilla
Blyuger asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Blyuger ,

You annotations are not in ABSOLUTE values. Neither in RELATIVE values, as the coordinates should have values between 0 and 1.

The problem with your annotion is that your bounding box coordinates (17.73, 28.54, 71.39, 96.63) does not match the format (left, top, width, height). Your coordinates are not in absolute values. Note that your bounding box cannot be 17.73 pixels right from the origin, nor 71.39 pixels wide.

You should either change your files with bounding box coordinates to absolute INTEGER values, as in:
18 29 71 97 or 17 28 71 96

or fill the decimal places with zeros as the files in the folder database/dets/abs_xyx2y2. So your coordinates should be:
18.00 29.00 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rafaelpadilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants