Skip to main content
Associate II
April 22, 2024
Question

Implementing generated STM32Cube.AI Developer Cloud model on to STM32H747i-DISCO

  • April 22, 2024
  • 2 replies
  • 1753 views

Hi,

I'm working on a university project and the goal is to make a top down people system on the STM32H747i-DISCO. I used the STM32Cube.AI Developer Cloud and used one of the premade models for human detection. However, when I downloaded the project and tried to flash it on to the board I see nothing. No errors, no visuals, no feedback at all. This also occured with the firmware files.

Is there anything else I need to do to make this work? I am very new to this.

Any help would be appreciated.

 

Thanks,

Darrin

2 replies

DarrinR1Author
Associate II
April 22, 2024

To be precise, the model used is "ST_YOLO_LC_V1_192_INT8_OBJECT_DETECTION_COCO_2017.TFLITE"

fauvarque.daniel
ST Employee
April 22, 2024

The best if you want to have a prebuilt application is to look for the getting started applications in the stm32ai model zoo.

https://github.com/STMicroelectronics/stm32ai-modelzoo

The model zoo scripts will use the developer cloud for generation of the c files from the model.


Regards

Daniel

DarrinR1Author
Associate II
April 22, 2024

Hi Daniel,

Thanks for the quick reply.

The main issue I'm having is that I'm unable to even figure out how to use the model zoo.

I have tried following the videos on the STM YouTube channel but am still unsure.

 

 

Laurent FOLLIOT
ST Employee
April 22, 2024

Hello,

what is your starting point in the model zoo?

You want to retrain a yoloLC? evaluate it on the ST developer cloud? Or deploy it locally?