TensorFlow frozen graph

• Jetson AGX Xavier
• DeepStream 5.1
• JetPack 4.4
• TensorRT 7.1.3

Hi, I have a ssd_mobilenet_v3_large_coco frozen graph(.pb) and I’m wondering if there’s any ways for me to use it with Deepstream-app or do I have to retrain my data?

Thanks

Hi,

You can run with Deepstream + Triton server.
Please check below sample for more information:

/opt/nvidia/deepstream/deepstream-5.1/samples/trtis_model_repo/ssd_mobilenet_v1_coco_2018_01_28

Thanks.