My pipeline contains a nvinferserver plugin that connects to a running triton server in a container (nvcr.io/nvidia/tritonserver:21.08-py3) via grpc and receives model predictions back from it.
When only one deepstream pipeline is connected to the triton server via grpc, then everything is ok, but when I run several pipelines, then periodically I get mixed predictions.
Each pipeline has a SGIE, and every SGIE is using nvinferserer to connect to remote Triton Server, right?
What does pipeline mean? Does every SGIE run the same model?