TensorFlow_Lite_SSD_RPi_32-bits icon indicating copy to clipboard operation
TensorFlow_Lite_SSD_RPi_32-bits copied to clipboard

Customize training

Open adlerschilling opened this issue 5 years ago • 3 comments

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.

adlerschilling avatar Jan 13 '21 18:01 adlerschilling

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.

Qengineering avatar Jan 14 '21 09:01 Qengineering

I just wanted to know which one you used to generate the detect.tflite that you have in your project?

adlerschilling avatar Jan 14 '21 11:01 adlerschilling

I have used the models from the official site without bothering to convert them. TensorFlow Lite models

Qengineering avatar Jan 14 '21 12:01 Qengineering