Skip to content

Commit 8ea3123

Browse files
authored
Update RELEASE_NOTES.md Release 2025.0.1.3 (#100)
1 parent c1a8905 commit 8ea3123

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

libraries/dl-streamer/RELEASE_NOTES.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intel® Deep Learning Streamer Pipeline Framework Release 2025.0.1.2
1+
# Intel® Deep Learning Streamer Pipeline Framework Release 2025.0.1.3
22
Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework is a streaming media analytics framework, based on GStreamer\* multimedia framework, for creating complex media analytics pipelines. It ensures pipeline interoperability and provides optimized media, and inference operations using Intel® Distribution of OpenVINO™ Toolkit Inference Engine backend, across Intel® architecture, CPU, discrete GPU, integrated GPU and NPU.
33

44
This release includes Intel® DL Streamer Pipeline Framework elements to enable video and audio analytics capabilities, (e.g., object detection, classification, audio event detection), and other elements to build end-to-end optimized pipeline in GStreamer\* framework.
@@ -35,9 +35,10 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
3535

3636
| **Title** | **High-level description** |
3737
|----------------|---------------------------------|
38-
| Geti Models 2.7 version | Support for Geti Classification/Detection Models in 2.7 version |
39-
| GStreamer plugins | Support for gst-rswebrtc-plugins |
40-
| Documentation updates | Documentation updates - "queue" element |
38+
| Installation process | Enhanced installation scripts for the 'installation on host' option |
39+
| Post installation steps | Added a selection option for the YOLO model and device to the hello_dlstreamer.sh script |
40+
| Download models | Improved download_public_models.sh script |
41+
| Documentation updates | Improved installation processes descriptions and tutorial refresh |
4142

4243
## Known Issues
4344

@@ -51,6 +52,16 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
5152
| Error when using legacy YoloV5 models: Dynamic resize: Model width dimension shall be static | To avoid the issue, modify samples/download_public_models.sh by inserting the following snippet at lines 273 and 280:<br><br>python3 - <<EOF "${MODEL_NAME}"<br>import sys, os<br>from openvino.runtime import Core<br>from openvino.runtime import save_model<br>model_name = sys.argv[1]<br>core = Core()<br>os.rename(f"{model_name}_openvino_model", f"{model_name}_openvino_modelD")<br>model = core.read_model(f"{model_name}_openvino_modelD/{model_name}.xml")<br>model.reshape([-1, 3, 640, 640]) |
5253

5354

55+
# Intel® Deep Learning Streamer Pipeline Framework Release 2025.0.2
56+
57+
## New in this Release
58+
59+
| **Title** | **High-level description** |
60+
|----------------|---------------------------------|
61+
| Geti Models 2.7 version | Support for Geti Classification/Detection Models in 2.7 version |
62+
| GStreamer plugins | Support for gst-rswebrtc-plugins |
63+
| Documentation updates | Documentation updates - "queue" element |
64+
5465
# Intel® Deep Learning Streamer Pipeline Framework Release 2025.0.1
5566

5667
## New in this Release

0 commit comments

Comments
 (0)