Search code examples
machine-learningneural-networkdeep-learningonnx

Run inference on Arm NN android with onnx model


Can any one tell me how can we run inference on Arm NN android with onnx model. On armnn site i have searched for this but there is not enough content for onnx model for android.


Solution

  • https://github.com/JDAI-CV/DNNLibrary that provides Android NNAPI access from ONNX.

    we can try using the armnnOnnxParser but be warned it is at a fairly early stage of development and may not support the layers in your model. You can check https://github.com/ARM-software/armnn/blob/master/src/armnnOnnxParser/OnnxSupport.md to see if the layers in your model are supported.