Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-AI 5.0

aiSystemPerformance.c :line 937 and 940for (int i = 0; i < net_exec_ctx[idx].report.n_inputs; i++) {for (ai_size i = 0; i < AI_BUFFER_SIZE(&ai_input[i]); ++i) {In my opinion, different running variable i should be used for the above for loops.One loo...

DLim.19 by Associate
  • 281 Views
  • 0 replies
  • 0 kudos

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
  • 472 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
  • 367 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
  • 2444 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
  • 692 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
  • 494 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
  • 540 Views
  • 3 replies
  • 0 kudos