puzzledqs / BBox-Label-Tool

A simple tool for labeling object bounding boxes in images
MIT License
1.13k stars 561 forks source link

How to label skewed images? #54

Open charchika19 opened 5 years ago

charchika19 commented 5 years ago

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 morning_frames638 morning_frames911

EMCP commented 5 years ago

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.

see : http://cocodataset.org