cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H747I-Disco Board Trying to run custom model- error 'ai_layer_conv2d'

Sarvesh1
Associate

'ai_layer_conv2d' {aka 'struct ai_layer_conv2d_'} has no member named 'in_ch_format'

'ai_layer_conv2d' {aka 'struct ai_layer_conv2d_'} has no member named 'out_ch_format'

 

Also i am trying to run a object detection model in which i want to glows LEDs based on the position of the object on the screen based on the coordinates of bounding box. Can anyone help in that.

3 REPLIES 3
dogg
Associate III

Have you figured what creates this error?

Julian E.
ST Employee

Hello @Sarvesh1 ,

Can you describe the steps you followed, what you are doing please. Where do you get this error?

What version of X-Cube-AI are you using? Try using the last available.

 

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.

Hi,

I am following this tutorial to use my own image recognition model with the STM32H747I-DISCO board. I have already ran the demos and they seem to work fine.

So I even followed the colab part and made the model with the flowers.

I have made the adjustments for the NT35510 screen that I have.

I have done the Updating to a newer version of X-CUBE-AI part in the tutorial successfully.

The tflite model is successfully generated and i copy the network files to my person detection project and when I try to build the project I get the same errors as above.
Can you please run the example as the tutorial suggests to see if it works?

thanks

STM cube version 1.16.1

X-CUBE-AI version 9.1.0