From 6cbb5f2069819d51fc95fef39ffc53646235f6f8 Mon Sep 17 00:00:00 2001 From: kprokofi Date: Thu, 14 Nov 2024 21:54:33 +0900 Subject: [PATCH 1/2] minor update --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14991f1cb1..be4626b170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,8 @@ All notable changes to this project will be documented in this file. () - Remove background label from RT Info for segmentation task () +- Enable export of the feature vectors for semantic segmentation task + () - Prevent using too low confidence thresholds in detection () - Update HPO interface @@ -102,8 +104,6 @@ All notable changes to this project will be documented in this file. () - Model templates: rename model_status value 'DISCONTINUED' to 'OBSOLETE' () -- Enable export of feature vectors for semantic segmentation task - () - Update MRCNN model export to include feature vector and saliency map () - Upgrade MAPI in 2.2 @@ -122,6 +122,8 @@ All notable changes to this project will be documented in this file. () - Disable tiling classifier toggle in configurable parameters () +- Fix classification and semantic segmentation tasks, when ROI provided for images + () ## \[v2.1.0\] From 9b3bf354660be49228587a05979f489bf014a08e Mon Sep 17 00:00:00 2001 From: kprokofi Date: Thu, 14 Nov 2024 21:58:53 +0900 Subject: [PATCH 2/2] minor --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4626b170..19a7fac40b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,10 +120,10 @@ All notable changes to this project will be documented in this file. () - Fix RTDETR Explain Mode () -- Disable tiling classifier toggle in configurable parameters - () - Fix classification and semantic segmentation tasks, when ROI provided for images () +- Disable tiling classifier toggle in configurable parameters + () ## \[v2.1.0\]