1
$\begingroup$

Looking at the Tensor-flow object detection API, and walking through the "How to train your own Object Detector" for raccoons, which is a handy guide to get you up and running.

What I would like to do is append the SSD_Mobile model to include my own images along with the old pre-trained data.

Is there any guide out there that shows how this can be done?

$\endgroup$

1 Answer 1

2
$\begingroup$

To build a model to detect the old categories and your new ones, you need to re-train the model with your own dataset and the dataset used to pre-train the model. Fortunately, this dataset is available to the public for downloading. The dataset used to train the model is written in the name of model you choose. It's probably the COCO dataset.

Since the model as been pre-trained to detect the old categories, I think you don't need to download all the dataset. The data is just necessary to avoid the model to "forget" what it has learned.

I hope you understood me, and that I have answered well your question.

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.