Tool/software:
I am trying to run the Jupyter notebook examples in the edgeai-tidl-tools repository but have encountered segmentation faults when running them.
The segmentation faults are thrown once the InferenceSession
is created for the models (in the onnx examples). I am able to run the examples provided under examples/osrt_python
, so the edgeai-tidl-tools
should be installed. Ive used the docker based installation (SOC=am62a) and have followed the outlined Jupyter notebook setup instructions. I have tried with the latest SDK version as well as one that is compatible with my devboard (version 9.0.0).
Any suggestions?