YOLOv3
2000년 도입 · 논문 258편에서 사용
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).
출처: YOLOv3: An Incremental Improvement
소개 논문: YOLOv3: An Incremental Improvement
One-Stage Object Detection Models · Computer VisionObject Detection Models · Computer Vision