Several object detectors in pipeline

Hi.

I work on building service for object detection and tracking. This service should work with several streams at once. So my question is: Do I need to launch several object detectors (for example use several nvinfer plugins) or launch own pipeline for each stream?

No. One pipeline supports batch for several streams. You can read the document and run the samples. NVIDIA Metropolis Documentation