Python AI Application Development on Genio 1200 with Yocto or Ubuntu

I would like to integrate analytical AI applications in python on Genio 1200 with Yocto and Ubuntu. I’ve found

  • in my python program, in spite of using “/usr/sbin/neuronrt” command, I am not able to launch neuron runtime and ONNX Runtime (missing NeuronExecutionProvider)
  • I am not able to find /usr/sbin/neuronrt and related neuron libraries in Ubuntu

Can you please tell me where to download these missing (python) packages and software component and how I can install them on my Genio 1200 with both Yocto and Ubuntu operating system ?

Hi Sting_Cheng,

Thanks for reaching out!

Here is a quick summary of the Analytical AI framework support on Genio 1200:

  • On Yocto: both Neuron Runtime and ONNX Runtime are supported.
  • On Ubuntu: only Neuron Runtime is supported; ONNX Runtime is currently not supported.

For more details about platform support, please refer to the AI Supporting Scope

To run Neuron Runtime on Ubuntu, you will need to install the mtk-neuropilot package from the Snap Store. This page describes how to install NeuroPilot on Ubuntu and walks through the AI workflow

Best,
Jun