Skip to content

Commit 9667035

Browse files
authored
Disable tiling classifier toggle in configurable parameters (#4107)
* Disable tiling classifier toggle in configurable parameters * Update changelog
1 parent 844fc2e commit 9667035

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ All notable changes to this project will be documented in this file.
120120
(<https://github.com/openvinotoolkit/training_extensions/pull/4083>)
121121
- Fix RTDETR Explain Mode
122122
(<https://github.com/openvinotoolkit/training_extensions/pull/4106>)
123+
- Disable tiling classifier toggle in configurable parameters
124+
(<https://github.com/openvinotoolkit/training_extensions/pull/4107>)
123125

124126
## \[v2.1.0\]
125127

src/otx/tools/templates/detection/instance_segmentation/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ tiling_parameters:
589589
rules: []
590590
type: UI_RULES
591591
value: true
592-
visible_in_ui: true
592+
visible_in_ui: false
593593
warning: The tile classifier prioritizes inference speed over training speed, it requires more training in order to achieve its optimized performance.
594594

595595
enable_adaptive_params:

0 commit comments

Comments
 (0)