ONNX: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
}} | }} | ||
</references> | </references> | ||
|api=* [[Api session event editor neuralnetwork add]] | |||
}} | }} | ||
{{GeoDataOverview}} | {{GeoDataOverview}} | ||
Latest revision as of 13:24, 14 July 2026
The Open Neural Network Exchange (ONNX)[1] is an open-source artificial intelligence format for among other things representing machine learning algorithms. PyTorch models can be exported to ONNX files and used as an input for the Inference Overlay.
Dragging an ONNX file onto the Tygron Client Application allows you to:
- Import it as a Region-based Convolutional Neural Network (RCNN) in your project
- Import it with a new Inference Overlay. This also imports it as a new Neural Network and configures it automatically for the newly added Inference Overlay
How-to's
- How to import an ONNX file using drag and drop
- How to import an ONNX file for an Inference Overlay
- How to train your own AI model for an Inference Overlay
See also
API Endpoints
References
- ↑ ONNX ∙ Found at: https://onnx.ai/ ∙ (last visited: 2024-09-21)