You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-20Lines changed: 24 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,36 @@ OpenEmbedded meta layer to install AI frameworks and tools for the STM32MP1.
7
7
It also provide application samples.
8
8
9
9
## Compatibility
10
-
This version has been validated against the OpenSTLinux ecosystem release v2.1.0, v3.0.1.
11
-
It supports STM32MP157x-DKx, STM32MP157x-EV1 and Avenger96 boards.
12
-
Compatible with Yoto Project build system Dunfell.
10
+
The X-LINUX-AI OpenSTLinux Expansion Package v2.2.0 is compatible with the Yocto Project™ build systems Kirkstone and Dunfell.
11
+
It is validated over the OpenSTLinux Distributions v3.1 and v4.0 on STM32MP157C-DK2 with a USB image sensor, and on STM32MP157A-EV1 and STM32MP157C-EV1 with their built-in camera module
13
12
14
13
## Available frameworks and tools within the meta-layer
* Support STM32MP15xF devices operating at up to 800MHz
20
-
*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
21
-
* Coral Edge TPU accelerator support
22
-
*libedgetpu 2.5.0 (built from master branch source code) and aligned with TensorFlow Lite 2.5.0
23
-
* The X-LINUX-AI OpenSTLinux Expansion Package v2.1.1 is compatible with Yocto Project® build systems Dunfell. As a consequence, it is compatible with OpenSTLinux Distributions v2.x and v3.x on STM32MP157C-DK2 with a USB camera, and on STM32MP157A-EV1 and STM32MP157C-EV1 with their built-in camera module
24
-
* Support for the OpenSTLinux AI package repository allowing the installation of prebuilt package using apt-* utilities
* Support for the STM32MP157F devices operating at up to 800 MHz
19
+
*Coral Edge TPU™ accelerator native support
20
+
* libedgetpu 2.0.0 (Gouper) aligned with TensorFlow™ Lite 2.8.0
21
+
*libcoral 2.0.0 (Gouper) aligned with TensorFlow™ Lite 2.8.0
22
+
* PyCoral 2.0.0 (Gouper) aligned with TensorFlow™ Lite 2.8.0
23
+
* Support for the OpenSTLinux AI package repository allowing the installation of a prebuilt package using apt-* utilities
25
24
* Application samples
26
-
* C++ / Python™ image classification application using TensorFlow™ Lite based on MobileNet v1 quantized model
27
-
* C++ / Python™ object detection application using TensorFlow™ Lite based on COCO SSD MobileNet v1 quantized model
28
-
* C++ / Python™ image classification application using Coral Edge TPU™ based on MobileNet v1 quantized model and compiled for the Coral Edge TPU
29
-
* C++ / Python™ object detection applicationusing Coral Edge TPU™ based on COCO SSD MobileNet v1 quantized model and compiled for the Coral Edge TPU
30
-
* 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])
31
-
* Application support 720p, 480p and 272p display configurations
25
+
* C++ / Python™ image classification example using TensorFlow™ Lite based on the MobileNet v1 quantized model
26
+
* C++ / Python™ object detection example using TensorFlow™ Lite based on the COCO SSD MobileNet v1 quantized model
27
+
* C++ / Python™ image classification example using Coral Edge TPU™ based on the MobileNet v1 quantized model and compiled for the Edge TPU™
28
+
* C++ / Python™ object detection example using Coral Edge TPU™ based on the COCO SSD MobileNet v1 quantized model and compiled for the Edge TPU™
29
+
* 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]
30
+
* Application support for the 720p, 480p, and 272p display configurations
32
31
* Application user interface with updated look and feel
32
+
* Python™ and C++ application rework for better performance
33
+
* X-LINUX-AI SDK add-on extending the OpenSTLinux SDK with AI functionality to develop and build an AI application easily. The X-LINUX-AI SDK add-on provides support for all the above frameworks. It is available from the [X-LINUX-AI](https://www.st.com/en/embedded-software/x-linux-ai.html) product page
33
34
34
-
## Further information on how to install and how to use
35
+
## Further information on how to install and how to use X-LINUX-AI
0 commit comments