Box overlap (Inference Overlay): Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
(Created page with "{{Overlay attributes|<onlyinclude> {{Overlay attributes|type=row|overlay=Inference |attribute=BBOX_OVERLAP |unit=boolean |description=Whether bounding boxes of identified features are allowed to overlap. |defaultvalue=1.0 |range=0.0 or 1.0 |icon=inferencewizard_icon_stride_fraction.png }}</onlyinclude>}} {{article end |notes= *When this option is set to false and given identified features' bounding boxes overlap, the identified features with the lowest scores are disca...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Overlay attributes|<onlyinclude>
{{Overlay attributes|<onlyinclude>
{{Overlay attributes|type=row|overlay=Inference  
{{Overlay attributes|type=row|overlay=Inference  
|attribute=BBOX_OVERLAP
|attribute=BOX_OVERLAP
|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.0
|range=0.0 or 1.0
|range=0.0 or 1.0
|icon=inferencewizard_icon_stride_fraction.png
|icon=inferencewizard_icon_box_overlap.png
}}</onlyinclude>}}
}}</onlyinclude>}}


Line 12: Line 12:
|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.
*When this option is set to false and given identified features' bounding boxes overlap, the identified features with the lowest scores are discarded.
*{{Neural network metadata|BOX_OVERLAP}}
}}
{{InferenceOverlay nav}}
{{InferenceOverlay nav}}

Latest revision as of 13:58, 17 December 2024

Notes

  • When this option is set to false and given identified features' bounding boxes overlap, the identified features with the lowest scores are discarded.
  • Trained 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.