Inference Overlay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
* [[ONNX]] | * [[ONNX]] | ||
* [[PyTorch]] | * [[PyTorch]] | ||
|howtos= | |||
* [[How to use the Inference Overlay to detect and import trees based on a Satellite Overlay]] | |||
* [[How to use the Inference Overlay to detect and add solar panels to buildings based on a Satellite Overlay]] | |||
}} | }} | ||
{{InferenceOverlay nav}} | {{InferenceOverlay nav}} | ||
{{Overlay nav}} | {{Overlay nav}} |
Revision as of 09:54, 10 October 2024
The AI Inference Overlay is a Grid Overlay which can spatially identify features using one or more Prequel Grids. Features are identified using a Convolution Neural Network. This neural network takes a subsection (window) of the input grid and either classifies or detects one or more objects in that window. The window of detection marches over the input grid with a configurable stride.
How-to's
- How to use the Inference Overlay to detect and import trees based on a Satellite Overlay
- How to use the Inference Overlay to detect and add solar panels to buildings based on a Satellite Overlay
See also