.pb -> bin file

I got ‘frozen_inference_graph’ through model retraining. I want to do object_detection using tensorrt with this file.

Please tell me how to do object detection using tensorrt as my retraining model, not as a pre-trained model.

Hi,

Here is a sample for some popular object detection model:

Thanks.