Running multiple inference

Could I know is it possible to capture the multiple live streams and run the different inference on the each soure (each streams) in deepstream?

Hi,

Please find samples below for multiple streams use case (ex. deepstream-test3).

Thanks.

Hi AastaLLL,

This repository contains Python bindings and sample applications for the DeepStream SDK.

SDK version supported: 7.1

This release only supports Ubuntu 22.04 for DeepStreamSDK 7.1 with Python 3.10 and gst-python 1.20.3! Ubuntu 20.04 for DeepStreamSDK 6.3 with Python 3.8 support is NOW DEPRECATED

But I am using ubuntu 20.04 with deepstream 6.3 , is that possible to capture the multiple live streams and run the different inference on the each soure (each streams) in deepstream 6.3 with ubuntu 20.04?

I need to run individual inference in all my multiple live rtsp streams.

In the (source 1) first stream , I want to detect persons only . In the (source 2) second stream, I want to detect other some sort of things rather than persons.

Is that possible in in deepstream 6.3

Hi,

Yes, but you might need some customization.

Please checkout the v1.1.8 branch for the Deesptream 6.3:

Thanks.

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