Understanding Object Detection Part 4: More Anchors!
This post is fourth in a series on object detection. The other posts can be found here, here, and here. The last post covered use of anchor boxes for detecting multiple objects in an image. I ended that one with a model that was doing fine with detecting the presence of various objects, but the predicted bounding boxes were not able to properly localize objects with non-squared shapes. This post will detail techniques for further improving that baseline model. ...