thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Adding new models to trained classifier #982

Open AndrejHatzi opened 5 years ago

AndrejHatzi commented 5 years ago

I've trained a model sucefully, and it generated .profile and then I set everything up and it was running without any erros. My doubt is how can I add more models without training everything from the ground zero and include what was previously trained into my new files!

proxytype commented 5 years ago

keep training the model with new sets and labels... it's suppose to work...