Closed tomriddle54 closed 5 years ago
first, using "darknet.exe partial enet-coco.cfg.txt enet-coco.weights enet-coco.conv.131 131" to get coco pre-trained weight of EfficientNet backbone.
Then, Following https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects to modify your custom cfg file.
Note that you should re-calculate anchors of your custom dataset.
Hello @WongKinYiu I want to train custom on EfficientNet any doc would be helpful