From 96670350f364d8e49778feddaa1c94dca30846a1 Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Mon, 11 Nov 2024 14:15:32 +0100 Subject: [PATCH] Disable tiling classifier toggle in configurable parameters (#4107) * Disable tiling classifier toggle in configurable parameters * Update changelog --- CHANGELOG.md | 2 ++ .../detection/instance_segmentation/configuration.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8361867f33..14991f1cb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,6 +120,8 @@ All notable changes to this project will be documented in this file. () - Fix RTDETR Explain Mode () +- Disable tiling classifier toggle in configurable parameters + () ## \[v2.1.0\] diff --git a/src/otx/tools/templates/detection/instance_segmentation/configuration.yaml b/src/otx/tools/templates/detection/instance_segmentation/configuration.yaml index 12277f05ddd..a1c2078ed62 100644 --- a/src/otx/tools/templates/detection/instance_segmentation/configuration.yaml +++ b/src/otx/tools/templates/detection/instance_segmentation/configuration.yaml @@ -589,7 +589,7 @@ tiling_parameters: rules: [] type: UI_RULES value: true - visible_in_ui: true + visible_in_ui: false warning: The tile classifier prioritizes inference speed over training speed, it requires more training in order to achieve its optimized performance. enable_adaptive_params: