Object Detection Models

YOLOv3

Introduced by Redmon et al. in YOLOv3: An Incremental Improvement

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).

Source: YOLOv3: An Incremental Improvement

Papers


Paper Code Results Date Stars

Categories