You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
This repository contains Python bindings and sample applications for the [DeepStream SDK](https://developer.nvidia.com/deepstream-sdk).
4
4
5
-
SDK version supported: 6.0.1
5
+
SDK version supported: 6.1
6
6
7
-
<b>NEW: The bindings sources along with build instructions are now available under [bindings](bindings)! </b>
7
+
<b>The bindings sources along with build instructions are now available under [bindings](bindings)! </b>
8
+
9
+
<b>This release comes with Operating System upgrades (from Ubuntu 18.04 to Ubuntu 20.04) for DeepStreamSDK 6.1 support. This translates to upgrade in Python version to 3.8 and [gst-python](3rdparty/gst-python/) version has also been upgraded to 1.16.2 !</b>
8
10
9
11
Download the latest release package complete with bindings and sample applications from the [release section](../../releases).
10
12
@@ -41,7 +43,7 @@ To run the sample applications or write your own, please consult the [HOW-TO Gui
41
43
We currently provide the following sample applications:
*<b>UPDATE</b> [deepstream-test3](apps/deepstream-test3) -- multi-stream pipeline performing 4-class object detection - now also supports triton inference server, no-display mode, file-loop and silent mode
45
47
*[deepstream-test4](apps/deepstream-test4) -- msgbroker for sending analytics results to the cloud
46
48
*[deepstream-imagedata-multistream](apps/deepstream-imagedata-multistream) -- multi-stream pipeline with access to image buffers
47
49
*[deepstream-ssd-parser](apps/deepstream-ssd-parser) -- SSD model inference via Triton server with output parsing in Python
@@ -53,6 +55,7 @@ We currently provide the following sample applications:
53
55
*[runtime_source_add_delete](apps/runtime_source_add_delete) -- add/delete source streams at runtime
54
56
*[deepstream-imagedata-multistream-redaction](apps/deepstream-imagedata-multistream-redaction) -- multi-stream pipeline with face detection and redaction
55
57
*[deepstream-rtsp-in-rtsp-out](apps/deepstream-rtsp-in-rtsp-out) -- multi-stream pipeline with RTSP input/output
58
+
* <b>NEW</b> [deepstream-preprocess-test](apps/deepstream-preprocess-test) -- multi-stream pipeline using nvdspreprocess plugin with custom ROIs
56
59
57
60
58
61
Detailed application information is provided in each application's subdirectory under [apps](apps).
0 commit comments