YOLOv4
YOLOv4 is an open-source real-time object detection model released in 2020 as part of the You Only Look Once (YOLO) family. It was developed by Alexey Bochkovskiy, Chien-Yao Wang, and Hong-Yuan Mark Chen, with the goal of delivering higher accuracy without sacrificing speed on common hardware. The model is designed for practical applications where fast inference is essential, such as video surveillance and autonomous systems.
The architecture combines a robust backbone, a feature fusion neck, and efficient detection heads. The backbone
Training and data augmentation are central to YOLOv4, organized around the concepts of Bag of Freebies and
In evaluation, YOLOv4 demonstrated improved accuracy over its predecessors while maintaining real-time speeds on conventional GPUs,