theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
339 stars 179 forks source link

Adding a new class to a pretrained custom model #21

Open Dax1805 opened 3 years ago

Dax1805 commented 3 years ago

I have a doubt, my model has currently 3 classes(Nike, Adidas. Visa), is it possible to add a new class to the model without retraining the whole model. Will transfer learning work?