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

help with ready trained convert model

Petros626 opened this issue · 0 comments

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.