AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

Restart training from last saved point after adding images to my custom dataset #5300

Open spaul13 opened 4 years ago

spaul13 commented 4 years ago

I have been training a mobilenet model on my custom dataset. I saved the model after 5K iterations. Then, I have added some new images with labels in my custom dataset. Can I restart my mobilenet model training from the last saved point? _darknet.exe classifier train data\mobilenetv2.data cfg\mobilenetv2.cfg backup_exp_mobilenetv2\mobilenetv2_last.weights -dontshow

will the training work if I add images to my dataset?

lsd1994 commented 4 years ago

It works, but I suggest retraining the model, or use -clear