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.
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.