stm32cubemx-ai: "Order of dimensions of input cannot be interpreted"
ST Edge AI Core v2.0.0-20049 NOT IMPLEMENTED: Order of dimensions of input cannot be interpreted
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
ST Edge AI Core v2.0.0-20049 NOT IMPLEMENTED: Order of dimensions of input cannot be interpreted
I am looking for example code or documentation to better understand how to integrate a custom model using ST Neural Art library build on STM32IDE. Any pointers to a codebase or relevant references...While working in the ST Developer Cloud, I noticed ...
I used the N6 to run the mobilenet_v1_0.25_224_fft_int8.tflite, input is correctly put into the input buffer, memory map activated, NPU RAM enabled, AXICACHE enabled, everything seems to be right, the input I also test the input inside the PC in pyth...
Hello STM community, we have been developing our projects on a custom pcb with an stm32h723vet6 for the past few weeks and have come upon a problem/bug? with the x-cube-ai. Our Project takes data via an adc, runs it trough a neural network and is the...
I have provided my ONNX model, which has been tested. INTERNAL ERROR: H not found in shape with shape map (BATCH, CH, W)
Good day, preparing to an online workshop I am trying to install prerequisites. However the component en.stedgeai-stneuralart-10.0.0.zip does not install, STM32CibeIDE says: "This file is either corrupted or not a recognized package.". Regards,Dmitr...
Hello @Julian E., I have the same questions as @Anhem (Solved: How to use custom AI model for Stm32n6570? - STMicroelectronics Community) and a additional question regarding the compatibility of X-CUBE-AI version 10.0.0 in STM32CubeMX with the Cortex...
Im trying to deploy an audio detection model i trained and developed using yamnet onto the B-U585I-IOT02A board that differentiates between normal and abnormal machine sounds. I am trying to implement the AI on stm32cubeide but dont know how to do it...
I am getting this error when trying to optimize my tensorflow .tflite sound detection model. Error while generating optimized file. Generation does not contain any output
Hi,I am using STM32G0B1RE with the ISM330IS sensor, I just want to understand the procedure of loading a program into the ISM330IS ISPU memory, after compiling my algorithm I have the SREC binary format, what should I do next ? from what I understan...