Scaled YOLO v4 is the best neural network for object detection on MS COCO dataset Paper: https://arxiv.org/abs/2011.08036 Pytorch: YOLOv4-CSP, YOLOv4-P5, YOLOv4-P6, YOLOv4-P7 (main repository — use to reproduce results): https://github.com/WongKinYiu/ScaledYOLOv4
- YOLOv4-CSP
- YOLOv4-tiny
- YOLOv4-large Darknet: YOLOv4-tiny, YOLOv4-CSP, YOLOv4x-MISH: https://github.com/AlexeyAB/darknet Structure of YOLOv4-CSP: https://netron.app/?url=https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-csp.cfg…