WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 574 forks source link

CSP Darknet 53 vs YOLOv4-CSP as backbone #347

Open tkbchan opened 2 years ago

tkbchan commented 2 years ago

What's their difference?

WongKinYiu commented 2 years ago

the first stage of yolov4-csp is not csp, details are described in section 4.1.

tkbchan commented 2 years ago

where is section 4.1?

WongKinYiu commented 2 years ago

in the paper.

tkbchan commented 2 years ago

In your repo, what is the backbone used?