Inference mode (Inference Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
|description=The type of inference is applied by the configured [[Region-based Convolutional Neural Network (Inference Overlay)|Region-based Convolutional Neural Network]] of an [[Inference Overlay]]
|description=The type of inference is applied by the configured [[Region-based Convolutional Neural Network (Inference Overlay)|Region-based Convolutional Neural Network]] of an [[Inference Overlay]]
|icon=inferencewizard_icon_inference_mode.png
|icon=inferencewizard_icon_inference_mode.png
|defaultvalue=0 (Entire map)
|defaultvalue=0 (Classification)
|range=0 or 1
|range=0 or 1
}}</onlyinclude>}}
}}</onlyinclude>}}

Latest revision as of 14:18, 3 July 2026

Animation of inference with a moving window, BBox detection and a stride of 50%.
0. Classification: classifies an image. Predicts label probabilities; the image contains or represents (a) particular type(s) of feature(s). For example a tree or a solar panel.
1. BBox detection: detects several features in an image, including the probability it is a particular feature and where it is located.

Notes