Inference mode (Inference Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
[[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%.]] | ||
{{nominal list|zeroindex=true | {{nominal list|zeroindex=true | ||
|| '''Classification''': classifies a | || '''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. | ||
|| '''BBox detection''': detects | || '''BBox detection''': detects several features in an image, including the probability it is a particular feature and where it is located. | ||
}} | }} | ||
{{article end | {{article end |
Revision as of 13:39, 17 December 2024
Icon | Attribute | Unit | Range | Description | Default value |
---|---|---|---|---|---|
INFERENCE_MODE | nominal value | The type of inference is applied by the configured Neural Network of an Inference Overlay | 0 (Entire map) |
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
- Neural Networks can override the default value of this attribute.