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 7: | Line 7: | ||
|defaultvalue=0 (Entire map) | |defaultvalue=0 (Entire map) | ||
}}</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 picture, predicts probability of object. | || '''Classification''': classifies a picture, predicts probability of object. | ||
| | || '''BBox detection''': detects up to several objects in picture, predicts probabilities of objects and where they are located. | ||
}} | }} | ||
{{article end | |||
{{InferenceOverlay | |notes=*[[Neural Network]]s can override the default value of this attribute. | ||
}} | |||
{{InferenceOverlay nav}} |
Latest revision as of 09:37, 15 October 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 a picture, predicts probability of object. |
1. | BBox detection: detects up to several objects in picture, predicts probabilities of objects and where they are located. |
Notes
- Neural Networks can override the default value of this attribute.