facing trouble in how to use the generated code by cube ai 9.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-18 3:08 AM
hello everyone , i'm a newbie at edge ai in stm32 and i'm using cube ai 9.0 .i want to get information in how to use "MX_X_CUBE_AI_Process() " and "MX_X_CUBE_AI_init()" , i didn't find documentation or something about what the function does , what's to give as input and what/where do i get the output. i'm prediction an image and the output is 2 classes.
thanks for any information.
- Labels:
-
STM32CubeAI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-23 4:33 AM
This is described in the documentation embedded in the package
~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/9.0.0/Documentation/embedded_client_api.html
You can access the documentation directly with STM32CubeMX, on a project with AI enabled just go in Help->X-Cube-AI Documentation and then click on Embedded inference client API
Regards
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.
