Forums - How to add python onnxruntime in Snapdragon610 SDK

2 posts / 0 new
Last post
How to add python onnxruntime in Snapdragon610 SDK
amal.antony
Join Date: 29 Nov 22
Posts: 3
Posted: Mon, 2023-01-09 08:56

Hello team,

Im working on Thundercom TuboX610 eval board and I want to run one ML model on it which depends on onnxruntime package.

How can I add the onnx and onnxruntime support to the SDK?

Required Version: onnx =1.6.0

                                 onnxruntime=1.1.0

Have anyone tried running the yolact model on the Snapdragon 610 ?

  • Up0
  • Down0
sanjjey.a.sanjjey
Join Date: 17 May 22
Posts: 67
Posted: Mon, 2023-01-09 22:32

Hi,

After installing dependency, You need to setup the environment for ONNX in SDK.

Run the following to setup the SNPE SDK environment.The location of the ONNX directory must be provided.

source SNPE_ROOT/bin/envsetup.sh -o  $ONNX_DIR

SNPE_ROOT:root directory for the SNPE SDK installation.

ONNX_DIR:root directory for the ONNX installation provided.

Thanks

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.