Inference mode (Inference Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (8 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 | ||
| Line 7: | Line 6: | ||
|icon=inferencewizard_icon_inference_mode.png | |icon=inferencewizard_icon_inference_mode.png | ||
|defaultvalue=0 (Entire map) | |defaultvalue=0 (Entire map) | ||
|range=0.0 or 1.0 | |||
}}</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%.]] | |||
{{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 | |||
|notes=*{{Neural network metadata|INFERENCE_MODE}} | |||
}} | }} | ||
{{InferenceOverlay nav}} | {{InferenceOverlay nav}} | ||
Latest revision as of 11:45, 19 December 2024
| Icon | Attribute | Unit | Range | Description | Default value |
|---|---|---|---|---|---|
| |
INFERENCE_MODE | nominal value | 0.0 or 1.0 | 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
- Trained Neural Networks can override the default value of this attribute, by specifying it in the meta data using the INFERENCE_MODE attribute name as its key.




