Inference mode (Inference Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Maxim@tygron.com (talk | contribs)
No edit summary
Line 3: Line 3:
|attribute=INFERENCE_MODE
|attribute=INFERENCE_MODE
|unit=nominal value
|unit=nominal value
|description=The type of inference is applied by the configured [[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 (Entire map)

Revision as of 15:52, 29 June 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