WongKinYiu / ScaledYOLOv4

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

U5 branch yolov4l-mish.yaml and ScaledYOLO #174

Open newland07 opened 3 years ago

newland07 commented 3 years ago

Hey, @WongKinYiu Thanks for nice work.

The files yolov4l-mish.yaml in U5 and yolov4-csp.yaml in scaledYOLO are exactly the same. So then yolov4l mish is actually yolov4-csp. The difference from Yolov4 is : Neck - CSPPANet with Mish activation and Plugin Modules - CSPSPP. ???

Btw, So, we can use all yolov4 -u5 models in scaledyolo branch like yolov4s-mish, m, l and x ? Thanks in advance

WongKinYiu commented 3 years ago

yes.