cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to integrate downloaded C code generated in ST Edge AI Developer Cloud

Bjorn1
Associate

HI everyone,

I have recently bought a STM32N6570-DK and I am trying to implement an example model from the Model Zoo on my board. I am able to get results and benchmark but when I go to Generate Your Project I am only able to Download C Code as seen in the image. 

Bjorn1_0-1757599764115.png

How do I now use these files in the zip? In this tutorial, it says that "The .zip package contains all network .c and .h files, the Cube.AI runtime library files, and the stm32ai command line reports and output. Users can replace the existing files in their project with these newly generated files", however when creating a new project, I do not have these files. 

Are there any guides on how to integrate these files into a new project for the STM32N6570-DK? Any help will be much appreciated.

Thanks!

1 REPLY 1
Julian E.
ST Employee

Hello @Bjorn1,

 

The Dev Cloud main purpose is to benchmark a model.

To then create an application, I would suggest to look at the model zoo services.

In your case, you seem to be interested in the hand posture use case.

Please find useful links below.

 

Note that with the model zoo services, you can also retrain, evaluate and quantize models if that is something that interest you.

 

Deployment guide model zoo:

stm32ai-modelzoo-services/hand_posture/docs/README_DEPLOYMENT.md at main · STMicroelectronics/stm32ai-modelzoo-services · GitHub

Source code used by the deployment: 

stm32ai-modelzoo-services/application_code/hand_posture/STM32F4 at main · STMicroelectronics/stm32ai-modelzoo-services · GitHub

 

Have a good day,

Julian


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.