AICurious Logo

What is: YOLOv3?

SourceYOLOv3: An Incremental Improvement
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

YOLOv3 is a real-time, single-stage object detection model that builds on YOLOv2 with several improvements. Improvements include the use of a new backbone network, Darknet-53 that utilises residual connections, or in the words of the author, "those newfangled residual network stuff", as well as some improvements to the bounding box prediction step, and use of three different scales from which to extract features (similar to an FPN).