Neural Network (Inference Overlay): Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
#* Detects up to several objects in a picture
#* Detects up to several objects in a picture
#* Predicts probabilities of objects and where they are located
#* Predicts probabilities of objects and where they are located
===Parameters===
Neural Networks can also store default parameters for Inference Overlay, such that they are setup more properly once set for an Inference Overlay. The following parameters are used:
* Preferred [[Grid cell size]] (m).
* [[Model attributes (Inference Overlay)|Inference Overlay attributes]].
* [[Inference Overlay]]'s legend [[Labels result type (Inference Overlay)|labels]].


{{article end
{{article end
Line 25: Line 31:
</references>
</references>
}}
}}


{{InferenceOverlay nav}}
{{InferenceOverlay nav}}

Latest revision as of 14:38, 15 October 2024

Selecting a Neural Network in the Inference Overlay Wizard

A Neural Network in the Tygron Platform is a pre-trained convolution network[1] that can be used by an AI Inference Overlay to classify or detect patterns and features given one or more input Overlays. Neural Networks are stored in the Tygron Platform as data items with a reference to an ONNX-file (Open Neural Network Exchange format[2]) visible via Netron[3].

Input and output for neural networks is handled using data tensors. These tensors are multi-dimensional data arrays. They are automatically identified when selecting or adding a new Neural Network.

Whether a Neural Network classifies or detects objects given an input depends on its inference model. Such a model consists using AI-software, such as PyTorch.

Supported Convolution Types

  1. Image Classification
    • Classifies a picture
    • Predicts probability of object
  2. Detection (with masks and bounding boxes)
    • Detects up to several objects in a picture
    • Predicts probabilities of objects and where they are located

Parameters

Neural Networks can also store default parameters for Inference Overlay, such that they are setup more properly once set for an Inference Overlay. The following parameters are used:

See also

References

  1. Cheatsheet ∙ found at: https://stanford.edu/~shervine/teaching/cs-230/cheatsheet-convolutional-neural-networks (last visited: 2024-09-21)
  2. ONNX ∙ found at: https://onnx.ai/ (last visited: 2024-09-21)
  3. Netron ∙ found at: https://netron.app/ (last visited: 2024-10-14)