The API explaination of x-cube-Ai
Now I am working on x-cube-ai on STM32F407,but I find little information about the APIs,please help me. Thanks!
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Now I am working on x-cube-ai on STM32F407,but I find little information about the APIs,please help me. Thanks!
I'm working on a TinyML project with an Arduino Nicla Vision (STM32H747AII6) and I need to store a model with size 608kB in RAM. In the Nicla Vision datasheet, it is stated that 864kB of SRAM are available, but it is segmented in three non contiguous...
Hi, I am trying to implement an audio classifier on stm32f746g-discovery board. I converted my keras model into a tflite file and successfully loaded it in the board.I used integer only quantization on my model in order to decrease ram usage. I think...
I am currently trying to run an ML model on the STM32H7A3. The model is uploaded correctly and successfully analysed.The first issue is that when generating the code, the middleware folder which contains ST>ai (which contains ai_platform) is deleted ...
Hi.I'm trying to run a neural network model using X-Cube-AI, but at the point of performing the inference, my program gets stucked in the Hard Fault handler routine. I attach the details given by the Hard Fault Analyzer in STM32CubeIDE. I have read t...
screen MB1166-a09,FP-AI-VISION1_V3.1.0,camera mb1683-CAMS-A02, the screen is a mess.No camera picture.I'm using cubeide for run( flash the borad),should i change the version of FP-AI-VISION1? where i goes wrong?
Hello:After a basic understanding of X-CUBE-AI, I am not sure if I have a sufficient understanding of this project. I seem to have found that the generated network. c and related model files do not particularly rely on the HAL library and MCU, so I t...
Hi, I have followed the tutorial https://www.youtube.com/watch?v=grgNXdkmzzQ&t=4s to test X-CUBE-AI with CubeMX5.0.1, but the step 'Analysis' just end with an error message without any details. I have received the same error with CubeIDE which comes ...
Hi, I have a problem validating my classifier on xcube ai (both validation on target and validation on desktop). It shows error scores but accuracy is n.a. persistently. I have tried setting "--classifier" option in settings, restarting cubeIDE, noth...
I'm trying to run simple validation on target in XCubeIAI on my model. Upon building I get the following error: On my other pc with the same project and IDE version the validation is succesfull. Any ideas?