ScaledYOLOv4
ScaledYOLOv4 copied to clipboard
No Difference between yolov4-tiny.cfg(csp) in this repo and darknet original yolov4-tiny.cfg
Is There any CSPization done in yolov4-tiny , as there is no difference in .cfg file
there is only only one convolutional layer in each stage of neck, so only backbone can be csp-ized.
my understanding from paper is yolov4-tiny uses OSANet and yolov4-tiny-csp uses CSPOSANet . Is this interpretation correct ?
yolov4_tiny in darknet repo and in this repo is exactly the same, can i get yolov4-tiny-csp elsewhere? @WongKinYiu