File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/otx/tools/templates/detection/instance_segmentation Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments