EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

help with ready trained convert model #563

Closed Petros626 closed 1 year ago

Petros626 commented 3 years ago

hey guys,

i already have a CNN and its trained TFlite model. I now want to use an SSD for an object detection. Unfortunately there are many steps in the tutorial that I (probably) don't need because my model is already trained. Now the question is how I can link the finished model to an SSD to see an object detection via camera stream.

I hope you guys can help me.