Because my dataset is very different with imagenet and coco. I also want to design a new backbone model that did not provide pre-trained weight. So, I want to train the project from scratch? Is this possible?
Just delete this part of codes to disable finetune. If you want to change network structure, edit darknet.py. And actualize this idea in http://pjreddie.com/darknet/ is more recommended. ^.^
Because my dataset is very different with imagenet and coco. I also want to design a new backbone model that did not provide pre-trained weight. So, I want to train the project from scratch? Is this possible?