Could gst-nvinfer be asked to infer some of the streams only?

Hi,
consider I have the below pipeline:
sources > streammux > pgie(primary nvinfer) > sgie(secondary nvinfer) > custom_plugin(send data to server)> fakesink

Is it possible to infer certain streams to the pgie, while others just pass downstream (sgie)?
Ideally, all streams should infer by sgie, but some by pgie.
How can I do that?

• jetson NX Xavier
• DeepStream 5.1
• JetPack Version 4.5.1
• Issue Type: questions,

No. The inference is done with batch. It can not skip any single stream.

If you don’t want some streams to be inferenced, just ignore the inference result of these streams.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.