Is there any application note explaining how to integrate FP-AI-Vision pack into custom project generated from Cube IDE?
I want integrate the FP-AI-Vision pack into my own custom project based on STM32H7A3.
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
I want integrate the FP-AI-Vision pack into my own custom project based on STM32H7A3.
I used ai_network_get_error() and got the following results:-> AI ai_network_run error - type=19 code=23What does type and code mean here?Where are the documents related to this?I want to find the reason why the ai_network_run() is not working.
Could you send me the .ioc for the STEVAL-STLCR01V1. If it is not possible how I have to do the cube configuration? If I do not have the .ioc archive is difficult to follow the video example because I can not generate the C code.Thank you
I'm using X-CUBE-AI version 7.3. I'm trying to generate code for my .tflite model using STM32Cube.AI runtime.During the analysis of my model I get the following error:INTERNAL ERROR: Mismatch in channel position.Screenshot:Input dimensions of my mode...
Also the page doesn't tell you what are the terms of an education license. please clarify .
https://drive.google.com/drive/folders/1KY7U9Ef92gOSMCevfmXQiFQCkdfQ3rg8Lab03, I wasn't able to find build configurations. Please advice. Thanks
We are running X-CUBE-AI on an stm32F746 eval board (and a number of other stm32 eval boards). We are using version 7.1.0, 7.2.0, and 7.3.0, and using the generated source code for CubeIDE.We then pulse a GPIO whenever ai_mnetwork_run() runs, which w...
Hi! I am doing some experiements to analyze the neural network model. The model I am using is the HAR model example. You can see here: https://github.com/ausilianapoli/HAR-CNN-Keras-STM32So I am doing some experiments regarding the quantization.First...
I am trying to implement hello world application for microcontrollers but I have I have a card other than the suggested card (the card I have NUCLEO U575ZI Q AT2) I'm trying to do it using Cube.al, but I can't get a complete result and the errors I g...