Skip to content

Tags: cmdnz/deepstream_python_apps

Tags

v1.1.6

Toggle v1.1.6's commit message
Update to 1.1.6 release

This release is compatible with DeepStream SDK 6.2

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.2

Features:
- New app deepstream-imagedata-multistream-cupy added
- New app deepstream-segmask added
- New app deepstream-custom-binding-test added
- New bindings guide now available along with custom user meta guide and example
- Updated apps that use nveglglessink to use nv3dsink for Jetson
- Updated deepstream-test1 notebook and app
- New bindings added: unmap_nvds_buf_surface()
- Updated deepstream-imagedata-multistream and deepstream-imagedata-multistream-redaction to use the above new binding

v1.1.5

Toggle v1.1.5's commit message
Update to NvAIE 3.0 PYDS 1.1.5

This release is compatible with DeepStream SDK 6.2

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.2

Features:
- New app deepstream-imagedata-multistream-cupy added
- New app deepstream-segmask added
- New app deepstream-custom-binding-test added
- New bindings guide now available along with custom bindings guide
- Updated deepstream-test1 notebook and app
- New bindings added: unmap_nvds_buf_surface()
- Updated deepstream-imagedata-multistream and deepstream-imagedata-multistream-redaction to use the above new binding

v1.1.4

Toggle v1.1.4's commit message
Update to 1.1.4 release

This release is compatible with DeepStream SDK 6.1.1

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.1.1

Features:
- New app deepstream-demux-multi-in-multi-out added
- Updated deepstream_test_4.ipynb notebook
- Change binding gst_nvevent_new_stream_reset() to gst_element_send_nvevent_new_stream_reset()
- Deprecation: member "dims" of "NvDsInferLayerInfo" deprecated in favor of "inferDims"
- Deprecation: member "atttributeIndex" of "NvDsInferAttribute" deprecated in favor of "attributeIndex"
- Update to PeopleNet v2.6 for deepstream-test3 app

v1.1.3

Toggle v1.1.3's commit message
Update to 1.1.3 release

This release is compatible with DeepStream SDK 6.1

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.1

Features:
- New binding for gst_nvevent_new_stream_reset()
- Bug fix in bindings for get_nvds_buf_surface()
- Enhanced bindings README

v1.1.2

Toggle v1.1.2's commit message
Update to 1.1.2 release

This release is compatible with DeepStream SDK 6.1

Ubuntu 20.04
Python 3.8
DeepStream SDK 6.1

Features:
- New Preprocess test app which demonstrates using nvdspreprocess plugin with custom ROIs
- Enhanced Test3 to support Triton, no-display mode, file-loop, and silent mode
- Minor improvements and bug fixes

v1.1.1

Toggle v1.1.1's commit message
Update file permissions

v1.1.0

Toggle v1.1.0's commit message
Update to 1.1.0 release

- Add bindings sources and build instructions
- Update license to Apache 2.0
- New bindings and apps

v1.0.3

Toggle v1.0.3's commit message
Update to 1.0.3 release

- Adding runtime_source_add_delete app
- Minor fixes for typos

v1.0.2

Toggle v1.0.2's commit message
Update to 1.0.2 release

v1.0

Toggle v1.0's commit message
Update to 1.0 release

- The bindings are now shipped with the SDK. Update import path and documentation for that.
- Optimized test3 app performance by adding queues.
- Adjust ssd-parser app config to work on NX. Added instructions for running this app on Nano.
- Config updates to sync up with the SDK.