Deepstream 5 Python uses External config file

Please provide complete information as applicable to your setup.

**• Jetson
**• Deepstream 5.0
**• 4.4
**• As in JP 4.4

The link uses an external config file: https://www.youtube.com/watch?v=Or8vfydL69s&feature=youtu.be shows how pipeline configuration is defined using the source4_1080p_dev_infer_resnet_tracker_sgie_tiled_display_int8.txt external file.

In the Nvidia DS-5.0 Python examples the pipeline is created in the code, by creating elements at runtime, adding them to the pipeline and linking them together. I couldn’t find any example that doesn’t create the pipeline within the code, and uses the config file instead.

  • Can you point to a python example how to use an external pipeline configuration file?

Hi Guys,
Any update on this one?

Have you checked deepstream-app and see if it can help?

Yes

So for DS python apps, all the samples are in GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications

We don’t have a python sample like deepstream-app which is a c/c++ sample.