Prioritize labels (Inference Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|unit=boolean | |unit=boolean | ||
|description=Whether overlapping identified features should be processed in the order of their label value. | |description=Whether overlapping identified features should be processed in the order of their label value. | ||
|defaultvalue=1 | |defaultvalue=1 | ||
|range= | |range=0 or 1 | ||
|icon=inferencewizard_icon_prioritize_labels.png | |icon=inferencewizard_icon_prioritize_labels.png | ||
}}</onlyinclude>}} | }}</onlyinclude>}} | ||
Latest revision as of 14:16, 3 July 2026
| Icon | Attribute | Unit | Range | Description | Default value |
|---|---|---|---|---|---|
| |
PRIORITIZE_LABELS | boolean | 0 or 1 | Whether overlapping identified features should be processed in the order of their label value. | 1 |
Notes
- Identified features are
- When this option is set to true, the identified features are sorted based on their label, then on their score and then on their size.
- When this option is set to false, the identified features are still sorted based on their score and then based on their size.
- Trained Region-based Convolutional Neural Networks can override the default value of this attribute, by specifying it in the meta data using the PRIORITIZE_LABELS attribute name as its key.