Image classification and character recognition on sTM32
Hello,On ST youtube channel there's a demo for character recognition, image classificationhttps://youtu.be/6uRXvZSU0tw?t=396Is there any resources about this applications?
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Hello,On ST youtube channel there's a demo for character recognition, image classificationhttps://youtu.be/6uRXvZSU0tw?t=396Is there any resources about this applications?
what does the amount of RAM required depend on?And how it get calculated?
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...
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 ...
hiMy STM32cubeMX version is 5.2.0X-CUBE-AI.3.4.0But when I follow the steps, I find the information as follows:So what should I do to make it OK?Br,Max.Su
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...
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...
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(...
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...