Tag: Anchor

(Part 1) Generating Anchor boxes for Yolo-like network for vehicle detection using KITTI dataset.

In this post, I will present steps for computing anchor boxes for YOLO9000 (or YOLOv2). YOLOv2 is a combined classification-bounding box prediction framework where we directly predict the objects in each cell and the corrections on anchor boxes. More specifically, YOLOv2 divides the entire image int...