I have trained a model using tensorflow object detection/SSD mobilenet. It works great!
I'd like to add a class to it - just to detect pens or something.
How can I do this?
I have created my image set already, I just cannot find any tutorials or info on how to add a single class to an existing model.
Thanks!