using other models from TensorFlow object detection zoo.
isra60 opened this issue · 1 comments
isra60 commented
Hi I'm trying to use other models from
But I don't know if the jupyter code is compatible with this?? For example with ssd_mobilenet 2.
The tar.gz that you download has other files apart from interference_graph.pb like meta files and checkpoint.
ardianumam commented
TensorRT pb model is exactly same with standard tensorflow (TF) pb model (in term of how we use it for inference). If you can use TF zoo pb model for inference, then, yes, you can optimize to TensorRT pb model and use it for inference with possibly higher FPS.