2023-04-27 03:45 PM
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
2023-04-28 01:39 AM
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