cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the functions generated by the X-CUBE-AI library to classify an object?

BFaru.1
Associate II

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

1 REPLY 1
fauvarque.daniel
ST Employee

the embedded documentation gives you a programing example, it is located under your home directory

~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/7.1.1/Documentation/embedded_client_api.html#ref_api_run

In the github model zoo you also have full application examples that can be a reference:

https://github.com/STMicroelectronics/stm32ai-modelzoo/

Regards

Daniel


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.