Integrating Artificial Intelligence software stack on NXP i.MX8M Plus board
Appearance
đ§ Documentation under development
The Getting started with AI on NXP i.MX8M Plus guide is currently under active development. Some sections may be incomplete or change without notice.
Questions? Contact RidgeRun or email to support@ridgerun.com.
This section will cover some solved issues with the generation of TensorFlow Lite as a shared library, that is required by GstInference and R2Inference to compile. In order to clarify the dependency order, the sequence is like the following: R2Inference requires TensorFlow Lite (in this specific case, R2Inference supports more AI backends), and GstInference depends on the R2Inference library.
- Compiling TensorFlow Lite as a shared library for i.MX8M Plus.
- Compiling R2Inference for i.MX8M Plus.
- Compiling GstInference for i.MX8M Plus.