I try to understand the architecture of Yolo4. It is composed of a backbone, neck, dense prediction and sparse prediction. Knowing that Yolo 3 has already a backbone, Is Yolo 4 taking all the architecture of Yolo 3 including its backbone or just part of Yolo3 ?
In page number 5 in paper Yolo 4, they've mentioned anchor based for Yolo3
Yolo 4 : https://arxiv.org/pdf/2004.10934.pdf
Yolo 3 :https://pjreddie.com/media/files/papers/YOLOv3.pdf
Yolov4 Vs Yolov3:
Darknet53
as backbone, Yolov4 uses
CSPDarknet53
as backbone.PANet
as the method of parameter aggregation from different backbone levels for different detector levels, instead of the FPN
used in Yolov3.YOLOv4 consists of:
Neck: Object detectors developed in recent years often insert some layers between backbone and head, and these layers are usually used to collect feature maps from different stages.
References:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With