How to use tensorflow model in deepstream python

Hi

I have a pb file from tensorflow

I want to know how can I use it in deepstream python app deepstream_testx

Please provide detail steps.

Thank you.

Hi,

Please convert the frozen model into either uff or onnx format first.
Then you can update the configure file in Deepstream python app for your model directly.
For example:

Thanks.