Skip to content

Commit

Permalink
Hot-fix rotated_detection configuration (#3894)
Browse files Browse the repository at this point in the history
Update rotated_detection
  • Loading branch information
harimkang authored Aug 26, 2024
1 parent f2d5476 commit 3f4c1e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.

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

## \[v1.6.4\]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,16 +565,16 @@ tiling_parameters:
header: Enable tile classifier
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.
default_value: false
editable: true
editable: false
affects_outcome_of: TRAINING
type: BOOLEAN
ui_rules:
action: DISABLE_EDITING
operator: AND
rules: []
type: UI_RULES
value: true
visible_in_ui: true
value: false
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:
Expand Down

0 comments on commit 3f4c1e3

Please sign in to comment.