CSPDarknet
CSPDarknet is a convolutional neural network backbone designed for real-time object detection. It is a backbone architecture that applies Cross-Stage Partial (CSP) connections to the Darknet family, resulting in a model with competitive accuracy and lower computational cost than Darknet-53. It was popularized as the backbone for the YOLOv4 detector.
The core idea is to split the feature map into two parts; one part is processed through
The canonical version is CSPDarknet-53, named for its depth. Lightweight variants exist for faster inference on
CSPDarknet contributed to improvements in accuracy-to-computation trade-offs for real-time detection on standard benchmarks and enabled more