Integrating Artificial Intelligence software stack on NXP i.MX8M Plus board
Getting started with AI on NXP i.MX8M Plus RidgeRun documentation is currently under development. |
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.