SSD.TensorFlow icon indicating copy to clipboard operation
SSD.TensorFlow copied to clipboard

How to train my own Dataset?

Open zhang295498 opened this issue 6 years ago • 1 comments

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?

zhang295498 avatar Oct 27 '19 02:10 zhang295498

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.

wx-1809 avatar Nov 01 '19 02:11 wx-1809