qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

cumulative train #208

Open a506620248 opened 6 years ago

a506620248 commented 6 years ago

I have alreadly trained a model with my own dataset. If there are some new dataset or new classes, can I continue training with the result h5 file? Will the train quality be infulenced?

gabrielpolyy commented 6 years ago

For new classes you can train only the last layer with train_bottleneck if you want to use an already trained model.