Conversation
docs/source/release-notes.md
Outdated
| @@ -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.| | |||
There was a problem hiding this comment.
I think it's not true. Yolo26 OBB FP16/FP32 is not supported on GPU. It's OpenVINO problem. Only INT8 work correctly
docs/source/release-notes.md
Outdated
There was a problem hiding this comment.
Please either remove "including OBB", or add information that all variants are supported (detect, classify, pose, segmenation and obb)
There was a problem hiding this comment.
Please add also information on 'streamlined integration" with Ultralytics model hub and HuggingFace model hub
There was a problem hiding this comment.
Please also add yolo-e to the list of new supported models.
docs/source/release-notes.md
Outdated
| @@ -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.| | |||
There was a problem hiding this comment.
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.
docs/source/release-notes.md
Outdated
There was a problem hiding this comment.
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
docs/source/release-notes.md
Outdated
| | 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.| |
There was a problem hiding this comment.
"third-party metadata" -> "Ultralytics and HuggingFace metadata"
docs/source/release-notes.md
Outdated
| @@ -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. | | |||
There was a problem hiding this comment.
Remove "dedicated converter", support is more than just converter, it includes also parsing of HuggingFace pre-processor config file + conversion from HuggingFace to OpenVINO.
docs/source/release-notes.md
Outdated
| | 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. | |
There was a problem hiding this comment.
replace "prototype elements" with actual information on what this sample does.
docs/source/release-notes.md
Outdated
| | 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.| |
There was a problem hiding this comment.
I don't understand what are we tryign to say here; please document supported GstAnalytics APIs and Intel extensions.
docs/source/release-notes.md
Outdated
| | Preview Architecture 2.0 Samples | Preview Arch 2.0 samples have known issues with inference results. | | ||
|
|
||
|
|
||
| ## Deprecation And Support |
There was a problem hiding this comment.
Rename to "Legacy Features and Deprecation Timeline"
docs/source/release-notes.md
Outdated
| |---|---|---| | ||
| | 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) | |
There was a problem hiding this comment.
Do not use statements like "aka new Collabora meta" in official release notes
docs/source/release-notes.md
Outdated
| | 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 | |
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
Also we have introduced several new python samples to the codebase. Maybe we should mention them here?
There was a problem hiding this comment.
there are listed in the 'New in this Release' section
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
Added info about Windows sample.
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>
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: