What is: YOLOv2?
Source | YOLO9000: Better, Faster, Stronger |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
YOLOv2, or YOLO9000, is a single-stage real-time object detection model. It improves upon YOLOv1 in several ways, including the use of Darknet-19 as a backbone, batch normalization, use of a high-resolution classifier, and the use of anchor boxes to predict bounding boxes, and more.