Open adlerschilling opened 3 years ago
More people asked the same question. Up till now, we haven't found the time to write a decent guide on transfer training a TensorFlow SSD. Sorry. However, on the internet, there are several tutorials on the subject. Perhaps this one helps you to start custom detection.
I just wanted to know which one you used to generate the detect.tflite that you have in your project?
I have used the models from the official site without bothering to convert them. TensorFlow Lite models
I would like to customize a specific training, could you guide me which one should I use so that it works with the available code?
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md#mobile-models
I've already created a training using ssd_mobilenet_v1_quantized_coco and ssd_mobilenet_v1_coco both did not work.