From ecb8dabbe01b6713d67dc7e8a690d3e912dcf2ae Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Tue, 12 Nov 2024 04:06:34 +0900 Subject: [PATCH 1/2] Disable tiling classifier toggle in configurable parameters --- .../detection/instance_segmentation/configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 82debed56f7a642b8fec6d25b5bbe2eb1340441c Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Tue, 12 Nov 2024 04:11:30 +0900 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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\]