Box overlap (Inference Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
|unit=boolean
|unit=boolean
|description=Whether bounding boxes of identified features are allowed to overlap.
|description=Whether bounding boxes of identified features are allowed to overlap.
|defaultvalue=1.0
|defaultvalue=1
|range=0.0 or 1.0
|range=0 or 1
|icon=inferencewizard_icon_stride_fraction.png
|icon=inferencewizard_icon_box_overlap.png
}}</onlyinclude>}}
}}</onlyinclude>}}


{{article end
{{article end
|notes=
|notes=
*When this option is set to false and given identified features' bounding boxes overlap, the identified features with the lowest scores are discarded.
*If set to false, overlapping features with the lowest scores are discarded.
*[[Neural Network]]s can override the default value of this attribute.
*{{Neural network metadata|BOX_OVERLAP}}
}}
}}
{{InferenceOverlay nav}}
{{InferenceOverlay nav}}

Latest revision as of 11:44, 7 July 2026

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.