2024-01-29 01:28 AM
'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.
2024-11-01 02:32 AM
Have you figured what creates this error?
2024-11-05 06:10 AM
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
2024-11-05 06:24 AM
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