I want to do object detection at Jetson

I finished retraining with the ssd-mobilenet_v2 model. I don’t know how to do real-time detection at Jetson TX2 with this trained model.Give me a solution.

Hi,

For real-time inference, it’s recommended to use our DeepstreamSDK.
Please check this sample for SSD related use-case:
/opt/nvidia/deepstream/deepstream-4.0/sources/objectDetector_SSD/

Thanks.