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

Resolved! How to add the AI "x-cube-ai" package toSTM32IDE (Not CubeMX)

Hi, I have installed the latest STM32IDE (V1.0.1) but I cant see how to add the x-cube-ai package. The suggested method is to use the "Help Menu" -> Manage Embedded software packages" but this is greyed out. I also tried using Help->Install new soft...

THey by Associate II
  • 1285 Views
  • 2 replies
  • 0 kudos

Resolved! application template auto generated code problem

I've a problem with the generation of the code for the application template. Following the steps, i've generate a blank code, but there's a weird problem, maybe something about linker.In fact looking in Middlewares/ST/AI/AI/src/network.c there are a ...

0690X000008aHpfQAE.png
Gzini.6 by Associate II
  • 982 Views
  • 2 replies
  • 1 kudos

LSM6DSOX - Unico feature computation for machine learning

Hi,I am trying to use the Machine Learning Core in the LSM6DSOX sensor. I collected some test data, computed the features using the Unico GUI, but the zero-crossing values don't seem right. I did my own computations with MATLAB and all the other feat...

Nucleo-F722ZE CUBEMX: Artificial Intelligence.

Hi, I am using a Nucleo-F722ZE board and trying two different applications of AI generated by STMCubeMX.So, I have made a simple validation project using a CNN model which was generated, built, and flashed correctly to the board. However, when I trie...

AMetw by Associate II
  • 1168 Views
  • 4 replies
  • 0 kudos

NOT IMPLEMENTED: Unsupported layer type: Embedding

I have made a model for imdb dataset in keras that looks like:model = Sequential() model.add(Embedding(known_words_num, word_vector_dim)) model.add(GRU(word_vector_dim, dropout=0.2)) model.add(Dense(1)) model.add(Activation('sigmoid')) model.compile(...

LQife by Associate
  • 1021 Views
  • 0 replies
  • 0 kudos

Does X-CUBE-AI supports the ARM Compiler 6.12?

Hello,I am using CubeMX 5.1.0 with the X-CUBE-AI 3.4 package. It works really fine with Atollic TrueStudio and the GCC. However, the perfomance / runtime of our algorithm is not satisfactory, so that we would like to use the ARM Compiler 6.12 to look...

Simon86 by Associate II
  • 1127 Views
  • 0 replies
  • 0 kudos