You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application of labeling number plates of bikes in which the images are skewed, but we are able to make only rectangular bounding boxes as is allowed to be taken by YOLO . So the area of interest also includes some unwanted regions. Any suggestions on handling such cases?
Examples of such cases are attached
The text was updated successfully, but these errors were encountered:
this is, in my opinion... an older style of data annotation. I do not believe VOC in general have skews in their bounding box labels.. You would likely do much better to instead use a more modern data annotation style like COCO... in which each individual pixel is labeled.
I have an application of labeling number plates of bikes in which the images are skewed, but we are able to make only rectangular bounding boxes as is allowed to be taken by YOLO . So the area of interest also includes some unwanted regions. Any suggestions on handling such cases?


Examples of such cases are attached
The text was updated successfully, but these errors were encountered: