Skip to content

Release Notes update for 2026.0#708

Open
tbujewsk wants to merge 11 commits intomainfrom
rl_update_2026_0
Open

Release Notes update for 2026.0#708
tbujewsk wants to merge 11 commits intomainfrom
rl_update_2026_0

Conversation

@tbujewsk
Copy link
Contributor

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:

  • I agree to use the MIT license for my code changes.
  • I have not introduced any 3rd party components incompatible with MIT.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

@@ -57,35 +57,42 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
| YOLOv26 model support| Added converters and post-processing for YOLOv26 models, including oriented bounding box (OBB) support and FP16/FP32 GPU inference. Added YOLOv26 to supported models in samples.|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's not true. Yolo26 OBB FP16/FP32 is not supported on GPU. It's OpenVINO problem. Only INT8 work correctly

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please either remove "including OBB", or add information that all variants are supported (detect, classify, pose, segmenation and obb)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add also information on 'streamlined integration" with Ultralytics model hub and HuggingFace model hub

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add yolo-e to the list of new supported models.

@@ -57,35 +57,42 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
| YOLOv26 model support| Added converters and post-processing for YOLOv26 models, including oriented bounding box (OBB) support and FP16/FP32 GPU inference. Added YOLOv26 to supported models in samples.|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please either remove "including OBB", or add information that all variants are supported (detect, classify, pose, segmenation and obb). Please remove "FP16/FP32 support" - all formats are supported, including INT8.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is "FP32 precision" enhanement? What is "custom GSTAnalytics data API"?
I'd suggest to write DLStreamer supports GstAanalytics metadata for object detection, classification and tracking + adds custom GstAnalytics extension for keypoints

| FP32 precision in BoxesLabelsConverter | Added FP32 precision support in BoxesLabelsConverter label parsing.|
| Bounding box validation | Added extra validation of bounding boxes to improve robustness.|
| OpenCV tensor compression for all devices | Use OpenCV tensor compression for all inference devices, yielding best performance across CPU/GPU/NPU.|
| Model API refactoring | Moved Model API parser to separate files; added conversion from third-party metadata to Model API.|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"third-party metadata" -> "Ultralytics and HuggingFace metadata"

@@ -57,35 +57,42 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
| YOLOv26 model support| Added converters and post-processing for YOLOv26 models, including oriented bounding box (OBB) support and FP16/FP32 GPU inference. Added YOLOv26 to supported models in samples.|
| RT-DETR model support | Added RT-DETR support with dedicated converter implementation for real-time detection transformer models. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "dedicated converter", support is more than just converter, it includes also parsing of HuggingFace pre-processor config file + conversion from HuggingFace to OpenVINO.

| OpenCV tensor compression for all devices | Use OpenCV tensor compression for all inference devices, yielding best performance across CPU/GPU/NPU.|
| Model API refactoring | Moved Model API parser to separate files; added conversion from third-party metadata to Model API.|
| VLM Alerts sample (Python) | New Python sample for VLM-based alerts with displaying results on produced video. |
| Smart NVR sample (Python) | New Python sample for Smart NVR with prototype elements. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace "prototype elements" with actual information on what this sample does.

| gvawatermark enhancements| Major enhancements to the gvawatermark element: display configuration options (thickness, color index), text background support, inclusive/exclusive label filtering, additional font support, average FPS info overlay, and visual documentation.|
| DLS Optimizer enhancements | Optimizer refactored with multi-stream optimization, cross-stream batching, improved FPS reporting, and device selection improvements. |
| gvametaconvert enhancements| Added reference timestamp meta extraction to gvametaconvert element.|
| Custom GstAnalytics data | Enabled custom code to add GstAnalytics data outside of DL Streamer components.|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what are we tryign to say here; please document supported GstAnalytics APIs and Intel extensions.

| Preview Architecture 2.0 Samples | Preview Arch 2.0 samples have known issues with inference results. |


## Deprecation And Support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to "Legacy Features and Deprecation Timeline"

|---|---|---|
| OMZ models | end of Q3'2026 | Use HuggingFace, Ultralytics, TIMM |
| Model-proc-file| end of Q3'2026 | ModelAPI (common with Geti) |
| GstVideoRegionOfInterest meta + Intel extensions | end of Q4'2026 | GstAnalyticsMtd (aka new Collabora meta) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use statements like "aka new Collabora meta" in official release notes

| OMZ models | end of Q3'2026 | Use HuggingFace, Ultralytics, TIMM |
| Model-proc-file| end of Q3'2026 | ModelAPI (common with Geti) |
| GstVideoRegionOfInterest meta + Intel extensions | end of Q4'2026 | GstAnalyticsMtd (aka new Collabora meta) |
| Architecture 2.0 elements | end of Q4'2026 | need to take valuable elements/ideas and deprecate others |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not use "need to take valuable elements" in official release notes; reword to more formal statement

| Bounding box validation | Added extra validation of bounding boxes to improve robustness.|
| OpenCV tensor compression for all devices | Use OpenCV tensor compression for all inference devices, yielding best performance across CPU/GPU/NPU.|
| Model API refactoring | Moved Model API parser to separate files; added conversion from third-party metadata to Model API.|
| Python samples overview | Added overview section for Python samples; updated READMEs. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we have introduced several new python samples to the codebase. Maybe we should mention them here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are listed in the 'New in this Release' section

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fact, thanks, saw that.

Also there was this Windows sample
If it's a part of the release, we should add information about it.

There were pipeline graphs added for all Windows samples too (not sure about mentioning, because all new python samples were merged with such graphs and we don't seem to highlight that)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added info about Windows sample.

tbujewsk and others added 2 commits March 19, 2026 12:14
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
tbujewsk and others added 5 commits March 19, 2026 12:55
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
Co-authored-by: Olena Onyshchenko <olena.onyshchenko@intel.com>
@tbujewsk tbujewsk requested review from oonyshch and tjanczak March 19, 2026 12:09
Copy link
Contributor

@oonyshch oonyshch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, all links across file work, I double-checked 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants