Inference mode (Inference Overlay)
Jump to navigation
Jump to search
| Icon | Attribute | Unit | Range | Description | Default value |
|---|---|---|---|---|---|
| |
INFERENCE_MODE | nominal value | 0 or 1 | The type of inference used by the configured Region-based Convolutional Neural Network of an Inference Overlay. | 0 (Classification) |

| 0. | Classification: Classifies an image by predicting the probability that it contains specific features, such as a tree or 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 Region-based Convolutional 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.