Inference mode (Inference Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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.0 or 1.0
|range=0 or 1
}}</onlyinclude>}}
}}</onlyinclude>}}
[[File:inference_foliage_animated.gif|frame|Animation of inference with a moving window, [[Inference mode (Inference Overlay)|BBox detection]] and a [[Stride fraction (Inference Overlay)|stride]] of 50%.]]
[[File:inference_foliage_animated.gif|frame|Animation of inference with a moving window, [[Inference mode (Inference Overlay)|BBox detection]] and a [[Stride fraction (Inference Overlay)|stride]] of 50%.]]

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