Skip to content

Commit 3f4c1e3

Browse files
authored
Hot-fix rotated_detection configuration (#3894)
Update rotated_detection
1 parent f2d5476 commit 3f4c1e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- Fix labels names in hierarchical config (<https://github.com/openvinotoolkit/training_extensions/pull/3879>)
1010
- Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet (<https://github.com/openvinotoolkit/training_extensions/pull/3873>)
11+
- Disable Tile Classifier in Rotated Detection (<https://github.com/openvinotoolkit/training_extensions/pull/3894>)
1112

1213
## \[v1.6.4\]
1314

src/otx/algorithms/detection/configs/rotated_detection/configuration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,16 +565,16 @@ tiling_parameters:
565565
header: Enable tile classifier
566566
description: Enabling tile classifier enhances the speed of tiling inference by incorporating a tile classifier into the instance segmentation model. This feature prevents the detector from making predictions on tiles that do not contain any objects, thus optimizing its speed performance.
567567
default_value: false
568-
editable: true
568+
editable: false
569569
affects_outcome_of: TRAINING
570570
type: BOOLEAN
571571
ui_rules:
572572
action: DISABLE_EDITING
573573
operator: AND
574574
rules: []
575575
type: UI_RULES
576-
value: true
577-
visible_in_ui: true
576+
value: false
577+
visible_in_ui: false
578578
warning: The tile classifier prioritizes inference speed over training speed, it requires more training in order to achieve its optimized performance.
579579

580580
enable_adaptive_params:

0 commit comments

Comments
 (0)