I have uploaded the tflite model. I am using an input array which is basically an image converted to a byte array and I want to classify this input array into one of the two classes.Please help. I am using ver 7.1.2 of X-CUBE-AI
Here are the software versions I'm using:STM32CubeMx - 6.3.0MCU package for STM32H7 - 1.9.0X-CUBE-AI - 7.0.0MCU - STM32H743ZITxIAR EW for ARM - 8.40.1I run into this problem since I have added the X-CUBE-AI software pack. every time I open the X-CUBE...
After installing the latest version of CubeIDE, there was a problem with the Nucleo F746ZG projects. It turned out that the default configuration of peripherals (especially ethernet) causes errors. The printf function worked badly (e.g. it could not ...
Hi,I'm trying to implement a detection model on a STM32-H747i-disco board, the only example provided is the one called "people counting", but the libraries are provided in binary format and it seems that it is not possible to modify them. How could w...
Hi,I'm trying to do the "validation on target" of a neural network using X-CUBE-AI on STM32CubeIDE on Windows 11. I'm using STM32F401RET6. The "validation on desktop" works fine but the "validation on target" gives me the error in the attached pictur...