|
1 | 1 | # meta-st-stm32mpu-ai |
2 | 2 | OpenEmbedded meta layer to install AI frameworks and tools for the STM32MP1. |
3 | | - |
4 | | -Available images: |
5 | | -* st-image-ai-cv for Computer Vision |
| 3 | +It also provide application samples. |
6 | 4 |
|
7 | 5 | ## Compatibility |
8 | | -Compatible with the following OpenSTLinux Distribution release v1.1.0: |
9 | | -* openstlinux-4.19-thud-mp1-19-10-09 |
| 6 | +This version has been validated against the OpenSTLinux ecosystem release v1.2.0 and validated on STM32MP157x-DKx and STM32MP157x-EV1 boards. |
10 | 7 |
|
11 | 8 | ## Available frameworks and tools within the meta-layer |
12 | | -[X-LINUX-AI-CV v1.1.0 expansion package](https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI-CV_OpenSTLinux_expansion_package): |
13 | | -* TensorFlow Lite 2.0.0 |
14 | | -* OpenCV 3.4.x |
15 | | -* Python 3.5.x (enabling Pillow module) |
16 | | -* Python application examples |
17 | | - * Image classification example based on MobileNet v1 model |
18 | | - * Object detection example based on COCO SSD MobileNet v1 model |
19 | | -* C/C++ application examples |
20 | | - * Image classification example based on MobileNet v1 model |
21 | | - * Object detection example based on COCO SSD MobileNet v1 model |
22 | | -* Support of the STM32MP157 Avenger96 board + OV5640 CSI camera mezzanine board |
| 9 | +[X-LINUX-AI v2.0.0 expansion package](https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package): |
| 10 | +* TensorFlow Lite 2.2.0 |
| 11 | +* Coral Edge TPU accelerator support |
| 12 | +* armNN 20.05 |
| 13 | +* OpenCV 4.1.x |
| 14 | +* Python 3.8.x (enabling Pillow module) |
| 15 | +* Support STM32MP15xF devices operating at up to 800MHz |
| 16 | +* Python and C++ application samples |
| 17 | + * Image classification using TensorFlow Lite based on MobileNet v1 quantized model |
| 18 | + * Object detection using TensorFlow Lite based on COCO SSD MobileNet v1 quantized model |
| 19 | + * Image classification using Coral Edge TPU based on MobileNet v1 quantized model and compiled for the Coral Edge TPU |
| 20 | + * Object detection using Coral Edge TPU based on COCO SSD MobileNet v1 quantized model and compiled for the Coral Edge TPU |
| 21 | + * Image classification using armNN TensorFlow Lite parser based on MobileNet v1 float model |
| 22 | + * Object detection using armNN TensorFlow Lite parser based on COCO SSD MobileNet v1 quantized model |
| 23 | + |
| 24 | +## Further information on how to install and how to use |
| 25 | +<https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package> |
| 26 | +<https://wiki.st.com/stm32mpu/wiki/How_to_install_X-LINUX-AI_v2.0.0_on_OpenSTLinux_v1.2.0> |
23 | 27 |
|
24 | | -## Further information (how to install, how to use, ...) |
25 | | -<https://wiki.st.com/stm32mpu/wiki/STM32MP1_artificial_intelligence_expansion_packages> |
| 28 | +## Application samples |
| 29 | +<https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_application_samples_zoo> |
0 commit comments