Skip to content

Commit 2ef34e8

Browse files
committed
Addressed feedback from review.
1 parent 0a2f420 commit 2ef34e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/dl-streamer/RELEASE_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The complete solution leverages:
3030
| [gvatrack](./docs/source/elements/gvatrack.md) | Performs object tracking using zero-term, or imageless tracking algorithms. Assigns unique object IDs to the tracked objects. |
3131
| [gvawatermark](./docs/source/elements/gvawatermark.md) | Overlays the metadata on the video frame to visualize the inference results. |
3232

33-
For the details on supported platforms, please refer to [System Requirements](./get_started/system_requirements.md).
34-
For installing Pipeline Framework with the prebuilt binaries or Docker\* or to build the binaries from the open source, refer to [Intel® DL Streamer Pipeline Framework installation guide](./get_started/install/install_guide_index.md).
33+
For the details on supported platforms, please refer to [System Requirements](./docs/source/get_started/system_requirements.md).
34+
For installing Pipeline Framework with the prebuilt binaries or Docker\* or to build the binaries from the open source, refer to [Intel® DL Streamer Pipeline Framework installation guide](./docs/source/get_started/install/install_guide_index.md).
3535

3636
### New in this Release
3737
| Title | High-level description |
@@ -41,11 +41,11 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
4141
| Gvagenai element added | Performs inference with Vision Language Models using OpenVINO™ GenAI, accepts video and text prompt as an input, and outputs text description. <br>Models supported: MiniCPM-V, Gemma3, Phi-4-multimodal-instruct. |
4242
| Deep SORT | Preview version of Deep SORT tracking algorithm in gvatrack element. |
4343
| gvawatermark element support on GPU | Gvawatermark implementation extended about GPU support (CPU default). |
44-
| Pipeline optimizer support | 1st version of DLStreamer optimizer implementation added allowing end user finding the most FPS optimized pipeline. |
44+
| Pipeline optimizer support | 1st version of DL Streamer optimizer implementation added allowing end user finding the most FPS optimized pipeline. |
4545
| GstAnalytics metadata support | Enabled GstAnalytics metadata support. |
4646
| OpenVINO custom operations | Add support for OpenVINO custom operations. |
4747
| D3D11 preprocessing enabled | Windows support extended about D3D11 preprocessing implementation. |
48-
| UX, Stability && Performance fixes | • memory leaks fixes <br> • automatically select pre-process-backend=va-surface-sharing for GPU <br>• adjust caps negotiations and preproc backend selection <br>• removing deleted element from all shared reference lists. <br> • useOpenCV preproc to convert sparse tensors to contiguous tensors <br>• creation of new VADisplay ctx per each inference instance <br>• remove need for dual va+opencv image pre-processing |
48+
| UX, Stability && Performance fixes | • memory management fixes <br> • automatically select pre-process-backend=va-surface-sharing for GPU <br>• adjusting caps negotiations and preproc backend selection <br>• removing deleted element from all shared reference lists. <br> • using OpenCV preproc to convert sparse tensors to contiguous tensors <br>• creation of new VADisplay ctx per each inference instance <br>• remove need for dual va+opencv image pre-processing |
4949
| Intel Core Ultra Panther Lake CPU/GPU support | Readiness for supporting Intel Core Ultra Panther Lake CPU/GPU. |
5050
| OpenVINO update | Update to 2025.3 version. |
5151
| GStreamer update | Update to 1.26.6 version. |

0 commit comments

Comments
 (0)