How to connect the steval mki207v1 and F401RE
Good afternoon,May be I'm gonna to ask you a bad question. I want to know if it's possible to connect the F401RE with the steval mki207v1 without an IKS board.Thanks for your answers.Have a good day
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Good afternoon,May be I'm gonna to ask you a bad question. I want to know if it's possible to connect the F401RE with the steval mki207v1 without an IKS board.Thanks for your answers.Have a good day
I trained a yolov5 model and export it to .onnx model. Then use xcubeai to analyse it. But I get an error 'list index out of range'. What should I do?
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!