Model attributes (Inference Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
}} | }} | ||
{{InferenceOverlay | {{InferenceOverlay nav}} |
Revision as of 13:11, 10 September 2024
The Inference Overlay's model calculations depend on a number of calculation-wide parameters. These parameters are available as attributes of the inference overlay and can be modified as such.
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) | ||
MASK_THRESHOLD | decimal | The threshold at which a matched pixel is included in the mask result of an Inference Overlay. | 0.7 | ||
SCORE_THRESHOLD | decimal | The threshold at which an identified feature or pattern is included in the score result of an Inference Overlay. | 0.95 | ||
STRIDE_FRACTION | decimal | 0.0 to 1.0 | The fraction (of the input window size) at which the input window should march over the input prequels of an Inference Overlay. | 0.5 |