Deepstream Parallel Inference Python

After a long time investigating in Deepstream and C++ source https://github.com/NVIDIA-AI-IOT/deepstream_parallel_inference_app, as a Python Developer, I don’t know how to re-implement this using Python, can anyone share for me a similar snippet code for this? Thank you very much.

Have you known how the c++ DeepStream works? Welcome to the DeepStream Documentation — DeepStream documentation 6.4 documentation

DeepStream support python interfaces by Pyds. NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications (github.com)

GStreamer also supports python bindings gstreamer.freedesktop.org/bindings/python.html

There are also resources for GStreamer python development: How to write GStreamer (1.0) elements in python (Part I) (mathieuduponchelle.github.io)

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