Skip to content

Commit 138c034

Browse files
committed
X-LINUX-AI 2.1.0
Compatible with OpenSTLinux Distribution release v2.1.0, v2.0.0 and v1.2.0. For further information: https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package Signed-off-by: Vincent ABRIOU <[email protected]>
1 parent 5d41994 commit 138c034

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,29 @@ OpenEmbedded meta layer to install AI frameworks and tools for the STM32MP1.
33
It also provide application samples.
44

55
## Compatibility
6-
This version has been validated against the OpenSTLinux ecosystem release v2.0.0 and validated on STM32MP157x-DKx and STM32MP157x-EV1 boards.
6+
This version has been validated against the OpenSTLinux ecosystem release v2.1.0, v2.0.0 and v1.2.0.
7+
It supports STM32MP157x-DKx, STM32MP157x-EV1 and Avenger96 boards.
78

89
## Available frameworks and tools within the meta-layer
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
10+
[X-LINUX-AI v2.1.0 expansion package](https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package):
11+
* TensorFlow™ Lite 2.4.1
12+
* armNN 20.11
1313
* OpenCV 4.1.x
14-
* Python 3.8.x (enabling Pillow module)
14+
* Python 3.8.x (enabling Pillow module)
1515
* 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
16+
* Support of the Avenger96 board from Linaro™ 96Boards based on the STM32MP157A microprocessor, either with a USB camera or the DesignCore® OV5640 camera mezzanine board from D3 Engineering tested with the OpenSTLinux Distribution v2.1.0
17+
* Coral Edge TPU accelerator support
18+
* libedgetpu 2.4.1 (built from source) aligned with TensorFlow™ Lite 2.4.1
19+
* The X-LINUX-AI OpenSTLinux Expansion Package v2.1.0 is compatible with Yocto Project® build systems Thud and Dunfell. As a consequence, it is compatible with OpenSTLinux Distributions v1.2.0, v2.0.0 and v2.1.0 on STM32MP157C-DK2 with a USB camera, and on STM32MP157A-EV1 and STM32MP157C-EV1 with their built-in camera module
20+
* Support for the OpenSTLinux AI package repository allowing the installation of prebuilt package using apt-* utilities
21+
* Application samples
22+
* C++ / Python™ image classification application using TensorFlow™ Lite based on MobileNet v1 quantized model
23+
* C++ / Python™ object detection application using TensorFlow™ Lite based on COCO SSD MobileNet v1 quantized model
24+
* C++ / Python™ image classification application using Coral Edge TPU™ based on MobileNet v1 quantized model and compiled for the Coral Edge TPU
25+
* C++ / Python™ object detection applicationusing Coral Edge TPU™ based on COCO SSD MobileNet v1 quantized model and compiled for the Coral Edge TPU
26+
* C++ image classification application using armNN TensorFlow™ Lite parser based on MobileNet v1 float model
27+
* C++ object detection application using armNN TensorFlow™ Lite parser based on COCO SSD MobileNet v1 quantized model
28+
* C++ face recognition application using proprietary model capable of recognizing the face of a known (enrolled) user. Contact the local STMicroelectronics support for more information about this application or send a request to [[email protected]](mailto:[email protected])
2329

2430
## Further information on how to install and how to use
2531
<https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI_OpenSTLinux_Expansion_Package>

0 commit comments

Comments
 (0)