Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
I would like to upload 2 different ML models to the microcontroller and swap between which one I use for classification (within the microcontroller)However, the code seems only to generate the code for one model properly. Is this correct? or should i...
I have been working on taking measurements with the STMH7 microcontroller and using the measurements with ML to make classification predictions. When I generate the code MX_X_CUBE_AI_Process(); is generated and placed at the end of the while loop. If...
Hi, for now, the evaluation is accuracy, rmse, mae, l2r. But I'd like to evaluate my model by F1 score and recall rate. How to output these? Thank you!
I am trying to flash USB_webcam example from FP-AI-VISION1 pack on my stm32h747i-disco board by pasting the binary file in directly into the mounted device. I worked initially when the memory used to show as 2mb but now it is showing 6mb but usb_webc...
Dear ST engineers.When we purchase ST development boards (e.g., STEVAL-STLKT01V1, STEVAL-MKSBOX1V1, and B-L475E-IOT01), we can download the FP-AI-SENSING1 packages from the address below. AFAIK, currently, the ST vendor is releasing version 4.0.3.* F...
Did you ever prepare a guideline like this one https://wiki.st.com/stm32mcu/wiki/AI:How_to_perform_motion_sensing_on_STM32L4_IoTnode but for ASC instead?I have my own two-classes NN, keras model and the B-L475E-IOT01.After replacing asc and asc_data ...
There are several threads concerning FFT's on a ST Micro based ARM processor. We're developing CNN based bearing failure detection. Multiple papers have indicated efficacy of wavelet transforms as a CNN input. Are there threads concerning implementat...