How to use the functions generated by the X-CUBE-AI library to classify an object?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-27 3: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
- Labels:
-
X-CUBE-AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-28 1: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
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.
