Box overlap (Inference Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
{{article end | {{article end | ||
|notes= | |notes= | ||
* | *If set to false, overlapping features with the lowest scores are discarded. | ||
*{{Neural network metadata|BOX_OVERLAP}} | *{{Neural network metadata|BOX_OVERLAP}} | ||
}} | }} | ||
{{InferenceOverlay nav}} | {{InferenceOverlay nav}} | ||
Latest revision as of 11:44, 7 July 2026
| Icon | Attribute | Unit | Range | Description | Default value |
|---|---|---|---|---|---|
| |
BOX_OVERLAP | boolean | 0 or 1 | Whether bounding boxes of identified features are allowed to overlap. | 1 |
Notes
- If set to false, overlapping features with the lowest scores are discarded.
- Trained Region-based Convolutional Neural Networks can override the default value of this attribute, by specifying it in the meta data using the BOX_OVERLAP attribute name as its key.