Foliage (Neural Network): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Maxim@tygron.com (talk | contribs)
No edit summary
 
Line 1: Line 1:
The Foliage Neural Network is a Convolution Neural Network that identifies foliage of individual trees and bushes, mainly for gardens and private property. This Neural Network is not suited for identifying individual trees within forested areas.
The Foliage Neural Network is a [[Region-based Convolutional Neural Network (Inference Overlay)|Region-based Convolutional Neural Network (RCNN)]] that identifies foliage of individual trees and bushes, mainly for gardens and private property. This Neural Network is not suited for identifying individual trees within forested areas.


An [[Inference Overlay]] can be configured with this Neural Network. Its default settings are:
An [[Inference Overlay]] can be configured with this Neural Network. Its default settings are:
Line 32: Line 32:
*[[How to create the input overlay for leafless trees detection using the Inference Overlay]]
*[[How to create the input overlay for leafless trees detection using the Inference Overlay]]
|seealso=*[[Inference Overlay]]
|seealso=*[[Inference Overlay]]
*[[Neural Network]]
*[[Region-based Convolutional Neural Network (Inference Overlay)|RCNN]]
*[[ONNX]]
*[[ONNX]]
*[[Foliage areas (Heat Overlay)]]
*[[Foliage areas (Heat Overlay)]]
}}
}}
{{InferenceOverlay nav}}
{{InferenceOverlay nav}}

Latest revision as of 15:58, 29 June 2026

The Foliage Neural Network is a Region-based Convolutional Neural Network (RCNN) that identifies foliage of individual trees and bushes, mainly for gardens and private property. This Neural Network is not suited for identifying individual trees within forested areas.

An Inference Overlay can be configured with this Neural Network. Its default settings are:

Preferred grid cell size: 0.25m
Inference mode: BBox Detection
Mask threshold: 0.30 (30%)
Score threshold: 0.20 (20%)
Stride fraction: 0.50 (50%)

Identifiable features:

  1. Deciduous Tree
  2. Pine Tree
  3. Heath area
  4. Hedge
  5. Bush
  6. Reed
  7. Flower bed
  8. Leafless Tree Area

Notes

  • In order to use the identified foliage areas as input for a Heat Overlay, additional steps have to be taken to obtain an actual foliage height. For more detail, see the how-to's.

How-to's

See also