balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

Adding a new class #316

Open yichengye310 opened 5 years ago

yichengye310 commented 5 years ago

Hello, I am new to SSD. I am wondering if it is possible to add a class and retrain the network based on the previous checkpoint? That is, I want the result can detect the existing classes and my own new class?

Thank you for any help!