• 4 min read
Using Polygon Annotations for Object Detection in Computer Vision
SUMMARY
Polygon annotations improve object detection model training even when the model only outputs bounding boxes, because the extra shape data makes augmentations more accurate. Spatial transforms like rotation and cropping stay tightly fitted to the object with polygons, while bounding boxes pick up background pixels that dilute training signal.