HiKapok / SSD.TensorFlow

State-of-the-art Single Shot MultiBox Detector in Pure TensorFlow, QQ Group: 758790869
Apache License 2.0
323 stars 153 forks source link

How to train my own Dataset? #132

Open zhang295498 opened 5 years ago

zhang295498 commented 5 years ago

This code is well, but how it can do to train my own dataset?what i mean is that what and where should i modify?

wx-1809 commented 4 years ago

The total number of categories in the dataset, the total number of training data, the total number of validation sets, these need to be modified, and the rest do not need to be modified. In addition, the format of the dataset you train is tfrecord.