Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 3.26 KB

File metadata and controls

56 lines (37 loc) · 3.26 KB

DeepStream Python Apps

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

Examples updated by Westray to work with the NVIDIA DeepStream NGC container. A modified Docker image with the python bindings installed in the default python3 is provided in the Dockerfile. It's important to pull the Docker image with tags ending in -devel or -samples that include the sample code and data.

List of sample apps updated to work with Docker container:

SDK version supported: 5.0

Download the latest release package complete with bindings and sample applications from the release section.

Please report any issues or bugs on the Deepstream SDK Forums.

Python Bindings

DeepStream pipelines can be constructed using Gst Python, the GStreamer framework's Python bindings. For accessing DeepStream MetaData, Python bindings are provided in the form of a compiled module which is included in the DeepStream SDK. This module is generated using Pybind11.

bindings pipeline

These bindings support a Python interface to the MetaData structures and functions. Usage of this interface is documented in the HOW-TO Guide and demonstrated in the sample applications.
This release adds bindings for decoded image buffers (NvBufSurface) as well as inference output tensors (NvDsInferTensorMeta).

Sample Applications

Sample applications provided here demonstrate how to work with DeepStream pipelines using Python.
The sample applications require MetaData Bindings to work.

To run the sample applications or write your own, please consult the HOW-TO Guide

deepstream python app screenshot

We currently provide the following sample applications:

Detailed application information is provided in each application's subdirectory under apps.