Skip to content
Snippets Groups Projects

Pipeline status Python coverage

Aidge ONNX library

You can find in this folder the python library that implements the ONNX import into Aidge.

So far be sure to have the correct requirements to use this library

  • Python
  • onnx
  • aidge_core

Pip installation

You will need to install first the aidge_core library before installing aidge_onnx. Also, make sure that the install path was set before installing aidge_core library. Then run in your python environnement :

pip install . -v

Development mode install

For editable/development mode, install with:

pip install -v --no-build-isolation -e .