WongKinYiu / ScaledYOLOv4

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

No Difference between yolov4-tiny.cfg(csp) in this repo and darknet original yolov4-tiny.cfg #351

Open suyashhchougule opened 2 years ago

suyashhchougule commented 2 years ago

Is There any CSPization done in yolov4-tiny , as there is no difference in .cfg file

WongKinYiu commented 2 years ago

there is only only one convolutional layer in each stage of neck, so only backbone can be csp-ized.

suyashhchougule commented 2 years ago

my understanding from paper is yolov4-tiny uses OSANet and yolov4-tiny-csp uses CSPOSANet . Is this interpretation correct ?

athulvingt commented 2 years ago

yolov4_tiny in darknet repo and in this repo is exactly the same, can i get yolov4-tiny-csp elsewhere? @WongKinYiu