Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[Short Survey] Please give us your feedbacks on ST model Zoo Services

Hi everyone,   In order to help our developers understand how their work is used and what to do in order to improve model zoo, we kindly ask you to look at this survey about ST Model Zoo Services.   Link of the survey: https://docs.google.com/forms/d...

Validation on Target not possible - network.c, etc. missing

Hello,I have a problem running "Validation on Target" because many of the source files cannot be found (see log below). I use the MDK-ARM toolchain. When I generate the code and open the project in Keil uVison most of the project files cannot be foun...

hofo by Associate II
  • 1722 Views
  • 1 replies
  • 0 kudos

Question related to motion sensor LSM6DSOX

Hi, We need to use motion sensor LSM6DSOX for position tracking. We can not use GPS in the system, and the position accuracy we need to achieve is 1 m after moving 11 meters. So I have a question related to LSM6DSOX :In the datasheet, the output is l...

Jasmine by Associate II
  • 1327 Views
  • 1 replies
  • 0 kudos

System Workbench and Cube-AI build error

Hello.I run into a following error while building my project using ai:  make: *** No rule to make target '/home/user/git/stm32/Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q15.c', needed by 'Drivers/CMSIS/DSP/Source/SupportFunctions/arm_copy_q1...

Resolved! Spectrogram recognition with X-Cube AI on STM32F746

Hello, ​I am doing a project where I will be implementing a trained neural network (trained with Keras) onto a STM32F746-DISCOVERY board with X-Cube AI. The goal is to train the network to recognize audio samples converted into spectrograms. This wou...

ALiss by Associate II
  • 8503 Views
  • 11 replies
  • 0 kudos

Model compression understanding

Hi ST,I've read the part about weight/bias compression in the X-Cube-AI documentation (6.1).If not confidential can you tell a bit more about the Weight-sharing-based algorithm (k-means clustering)?What is the meaning of the factor (x4 or x8)?Is the ...

bardetad by Associate II
  • 3083 Views
  • 4 replies
  • 0 kudos

Resolved! NN quantization: wrong IO buffer format in code generation

Hi,I'm trying the quantization of Keras (.h5) pretrained neural networks with some different quantization schemes.Using the 'stm32ai.exe' command I run the following command:$ stm32ai.exe quantize -q <pathtoconfig.json>Then I drag and drop the quanti...

bardetad by Associate II
  • 2031 Views
  • 2 replies
  • 0 kudos

How to check the Keras version?

Which Keras version is Cube.AI using? I am having a problem with different versions. My model is being generated with Tensor Flow Keras 2.2.4-tf

X-CUBE_AI: validation on desktop error

Hello,i'm trying to validate the generated C model inside STM32CubeMX.I'm follow the Getting started documentation (UM2526 - rev 3)Like page 22, (4.5 Validating the generated C model) i wan't to use custom data-set (CSV file) on inputs and on output...

0690X00000ArzmgQAB.png
micoliju by Associate
  • 2012 Views
  • 3 replies
  • 0 kudos

Unable to start the generated application.

Hello,I have some questions about using the code generatorI am currently using an NUCLEO-L476RG with X-NUCLEO-CCA02M1 and I want to use a tflite model for speech commands recognition.I use X-CUBE-AI version 4.1.0 with ApplicationTemplate.My AI initia...