ONNX: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Open [[Neural Network]] Exchange (ONNX)<ref name="ONNX"/> is an open-source artificial intelligence format for among other things representing machine learning algorithms.
[[File:onnx.png|thumb|right|200px|ONNX]]
The ONNX file format can be exported from [[PyTorch]] and used as an input for the [[Inference Overlay]].
The Open Neural Network Exchange (ONNX){{ref|ONNX}} 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:
Dragging an ONNX file onto the Tygron Client Application allows you to:
* Import it as a [[Neural Network]] in your project
* Import it as a [[Region-based Convolutional Neural Network (Inference Overlay)|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
* 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


Line 9: Line 10:
|seealso=
|seealso=
* [[Inference Overlay]]  
* [[Inference Overlay]]  
* [[Neural Network]]
* [[Region-based Convolutional Neural Network (Inference Overlay)|RCNN]]
* [[PyTorch]]
* [[Demo Training Data Project]]
|howtos=
|howtos=
* [[How to import an ONNX file using drag and drop]]
* [[How to import an ONNX file using drag and drop]]
* [[How to import an ONNX file for an Inference Overlay]]
* [[How to import an ONNX file for an Inference Overlay]]
* [[How to train your own AI model for an Inference Overlay]]
|references=
|references=
<references>
<references>
<ref name="ONNX">ONNX ∙ found at: https://onnx.ai/ (last visited: 2024-09-21)</ref>
{{ref|ONNX
  |name=ONNX
  |author=
  |page=
  |source=
  |link=https://onnx.ai/
  |lastvisit=2024-09-21
}}
</references>
</references>
|api=* [[Api session event editor neuralnetwork add]]
}}
}}


{{GeoDataOverview}}
{{GeoDataOverview}}

Latest revision as of 08:12, 3 August 2026

ONNX

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: