Skip to main content
BFaru.1
Associate II
April 27, 2023
Question

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

  • April 27, 2023
  • 1 reply
  • 871 views

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

This topic has been closed for replies.

1 reply

fauvarque.daniel
ST Employee
April 28, 2023

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