I want to run 2 inference models on jetson tx2

Hi,

I want to run 2 inference models in jetson tx2.

How do I go about this for running multiple inference model and can I do this with output on the camera like facial recognition + object detection.

Thanks

Hi,

You can give deepstream a try.
Deepstream is designed for the pipeline with primary(detection) + secondary(classification) inference.
https://developer.nvidia.com/deepstream-sdk

Thanks.