How to detect foliage using an Inference Overlay
Revision as of 14:26, 15 October 2024 by Frank@tygron.nl (talk | contribs)
How to detect foliage based on an Inference Overlay:
- First add a Satellite Overlay. This will be used as input for the Inference Overlay.
- Add an Inference Overlay
- With the Inference Overlay added and selected, click on the wizard button in the Overlay's detail panel
- Once the wizard is ready, click next
- In the Select Model step, click on the Select button to open the neural network selection panel.
- In the selection panel, select the Neural Network named foliage.onnx and click next to advance the wizard.
- In the Input Tensors step, verify that multiple input tensors are recognized and click next. These should be correctly configured.
- In the Input prequels step, select the Input Prequel 'A', and under Overlay, select the Satellite Overlay. Click next.
- In the Output Tensors step, verify that output tensors are present, click next.
- In the Settings step, verify that the Score Threshold is around 0.3. This will lower the threshold to accept identified trees.
- In the Settings step, verify that the Mask Threshold is around 0.95. This will raise the threshold to include pixels of identified trees.
- Verify that the Inference Mode is set to BBOX_DETECTION and click next.
- In the Overlays step, select all result overlay types and click finish.