Tags: Song-Gy/deepstream_python_apps
Tags
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
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
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.
Update to v0.9 release - Add bindings for image data and tensor metadata. - Add sample apps for image data usage, custom inference output parsing, USB camera source and RTSP output.