AI Suite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The Tygron AI Suite | The Tygron AI Suite provides tools for using or creating [[Region-based Convolutional Neural Network (Inference Overlay)|RCNN]] models within an [[Inference Overlay]]. | ||
==Creating you own model== | ==Creating you own model== | ||
Follow these steps to create an AI model based on a [[Region-based Convolutional Neural Network (Inference Overlay)|RCNN]]. | |||
# Start with a definition of which objects you want to detect. For example trees, cars, solar panels, etc. These can also be subsets for example trees can also be sub dived into palms, pines, etc. | # Start with a definition of which objects you want to detect. For example trees, cars, solar panels, etc. These can also be subsets for example trees can also be sub dived into palms, pines, etc. | ||
# | # Create one or more varied projects and manually define training data by outlining the target objects. Follow: [[How to create AI training data with QGIS]] | ||
# Create two groups of objects a TRAIN and TEST dataset that can be exported. Follow: [[How to export AI Training Data]] | # Create two groups of objects a TRAIN and TEST dataset that can be exported. Follow: [[How to export AI Training Data]] | ||
# After exporting you can start training your [[Region-based Convolutional Neural Network (Inference Overlay)|RCNN]] resulting in a [[ONNX]] file. Follow: [[How to train your own AI model for an Inference Overlay]]. | # After exporting you can start training your [[Region-based Convolutional Neural Network (Inference Overlay)|RCNN]] resulting in a [[ONNX]] file. Follow: [[How to train your own AI model for an Inference Overlay]]. | ||
| Line 12: | Line 12: | ||
==Apply a model== | ==Apply a model== | ||
* | * Apply a custom-created or existing [[ONNX]] model to other projects using the [[Inference Overlay]]. For example: [[How to detect foliage using an Inference Overlay]] | ||
{{article end | {{article end | ||
Latest revision as of 09:49, 8 July 2026
The Tygron AI Suite provides tools for using or creating RCNN models within an Inference Overlay.
Creating you own model
Follow these steps to create an AI model based on a RCNN.
- Start with a definition of which objects you want to detect. For example trees, cars, solar panels, etc. These can also be subsets for example trees can also be sub dived into palms, pines, etc.
- Create one or more varied projects and manually define training data by outlining the target objects. Follow: How to create AI training data with QGIS
- Create two groups of objects a TRAIN and TEST dataset that can be exported. Follow: How to export AI Training Data
- After exporting you can start training your RCNN resulting in a ONNX file. Follow: How to train your own AI model for an Inference Overlay.
- Then import the ONNX back into the Tygron Platform an run it in an Inference Overlay. For example: How to detect foliage using an Inference Overlay
- Finally validate the results on a different project and iterate back to a previous step if needed. Follow: How to evaluate an AI model
Apply a model
- Apply a custom-created or existing ONNX model to other projects using the Inference Overlay. For example: How to detect foliage using an Inference Overlay