denji / deepstream_python_apps

DeepStream SDK Python bindings and sample applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepStream Python Apps

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

SDK version supported: 6.2

The bindings sources along with build instructions are now available under bindings! We now include a guide for contributing to bindings and another guide for advanced use-cases such as writing bindings for custom data structures.

This release only supports Ubuntu 20.04 for DeepStreamSDK 6.2 with Python 3.8 and gst-python 1.16.2! Ubuntu 18.04 support is now deprecrated.

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. This enables the DeepStream community to find help at a central location.

Python Bindings

DeepStream pipelines can be constructed using Gst Python, the GStreamer framework's Python bindings. For accessing DeepStream MetaData, Python bindings are provided as part of this repository. 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.

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.

About

DeepStream SDK Python bindings and sample applications

License:Other


Languages

Language:Jupyter Notebook 83.3%Language:C++ 9.5%Language:Python 7.0%Language:CMake 0.1%Language:Dockerfile 0.1%Language:C 0.0%