Fixed documentation for concurrent use of DL Streamer and DeepStream#679
Fixed documentation for concurrent use of DL Streamer and DeepStream#679marcin-wadolkowski wants to merge 13 commits intomainfrom
Conversation
|
Please also add README.md in https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/python/concurrent This is the only non-documented in github, README.md can be very short here - just redirect to other article in documentation... but if someone will search through samples they will have no clue what is this sample code about. |
tjanczak
left a comment
There was a problem hiding this comment.
please also add brief README.md in https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/python/concurrent
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
|
Could we change the file name to something more informative? Maybe "dlstreamer-deepstream-coexistence.md" would fit? |
|
|
||
| ## How to use | ||
|
|
||
| Running pipelines simultaneously on DL Streamer and DeepStream: |
There was a problem hiding this comment.
reverse order , use first sequentially version and as the second simultaneusly
| --env ZE_ENABLE_ALT_DRIVERS=libze_intel_npu.so \ | ||
| --env MODELS_PATH=/working_dir \ | ||
| intel/dlstreamer:2026.0.0-ubuntu24 /bin/bash -c" | ||
| intel/dlstreamer:2025.2.0-ubuntu24 /bin/bash -c" |
There was a problem hiding this comment.
use 2026.0 DLS release image
There was a problem hiding this comment.
There is no such release image, yet:
https://hub.docker.com/r/intel/dlstreamer/tags
There are only release-candidates, yet.
See issue #700 announcing DL-Streamer release 2026 at around end-or March
| if len(sys.argv) not in [4,5]: | ||
| print("Error:\nInvalid number of arguments. Usage:") | ||
| print("concurrent_dls_and_ds.sh <input> LPR <output>\n") | ||
| print("concurrent_dls_and_ds.sh <input> LPR <output> [-simultaneously]\n") |
There was a problem hiding this comment.
concurrent_dls_and_ds.sh --> coexistence_dls_and_ds.py
| @@ -0,0 +1,3 @@ | |||
| This is the shell script implementation for running DL Streamer and DeepStream pipelines coexistently. | |||
There was a problem hiding this comment.
This is the shell script -> This is the shell script and Python
There was a problem hiding this comment.
move this file into python/coexistence folder to keep all related scripts in one place
There was a problem hiding this comment.
remove this file; there will be only one located in samples/gstreamer/python/coexistence
| @@ -0,0 +1,118 @@ | |||
| # Coexistently use of DL Streamer and DeepStream | |||
|
|
|||
| This tutorial explains how to simultaneously or sequentially run DL Streamer and DeepStream on a single machine for optimal performance. | |||
There was a problem hiding this comment.
change order 'simultaneously or sequentially' -> 'sequentially or simultaneously'
|
|
||
| 3. Hardware detection depends on the setup. The algorithm is as follows: | ||
|
|
||
| - Run pipeline simultaneously on both devices for: |
There was a problem hiding this comment.
simultaneously -> 'sequentially or simultaneously'
tbujewsk
left a comment
There was a problem hiding this comment.
-
Missed update in https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer#readme
'5. Concurrent use of DL Streamer and DeepStream' <-- update required
-
Check the other comments.
Description
Please include a summary of the changes and the related issue. List any dependencies that are required for this change.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: