pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.73k stars 21.33k forks source link

i want to train my dataset with yolov4 and MobileNetv3 as backbone can somebody give me the cfg file for that? #2602

Open lvy1999s opened 1 year ago

Pun-it commented 6 months ago

I just went thru all the layers and activations that are present in the Darknet framework and the proposed h-sigmoid and h-swish activations and Adaptive Avg Pooling layer are not present. The only way to train a YOLOV4 with MobileNetV3 backbone would be to write them in this framework... Then it would be way easier to make a cfg file.