pjreddie / darknet

Convolutional Neural Networks

Home Page:http://pjreddie.com/darknet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lvy1999s opened this issue · comments

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.