Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 1.18 KB

File metadata and controls

27 lines (12 loc) · 1.18 KB

Classification-model-STM32F7

Our goal is to Implementat a Deep Learning model on STM32F746G DISCOVERY.

Screenshot from 2024-12-13 22-28-44

After preparing and training a classification model we have to convert the model (tflite/.h...) to a STM32 compatible project using “ST Edge AI developer” tool. https://stm32ai.st.com/st-edge-ai-developer-cloud/

Screenshot from 2024-12-13 22-40-21

In this case the input image size is 64643, and since cubeide not able to read image we have to covert the input unot int32

Screenshot from 2024-12-13 22-42-56

Screenshot from 2024-12-13 22-43-36 Screenshot from 2024-12-13 22-44-02

Some output issues:

Screenshot from 2024-12-13 22-44-49