2025-08-12 1:58 AM
I am using STM32N6570-DK board.
I wanted to use resnet50 model for Image Classification
I generated files using stedgeai using the command :
stedgeai generate --model resnet50_v2_224_int8.tflite --target stm32n6 --st-neural-art default@user_neuralart_STM32N6570-DK.json --input-data-type uint8
It generated the correct files.
When I tried to compile the generated files , the version of aton library is a new one 1.1.1.14 where the code of ImageClassification contains 1.1.0.31 due to which the code is not getting compiled
From which location can I get the latest files for ll_aton lib
Thanks & Regards,
Sandeep
2025-08-12 2:02 AM - edited 2025-08-12 2:02 AM
Hello @sandeepchawla74,
The getting started image classification was updated yesterday to support the st edge ai core 2.2
I think this should solve the issue you are describing.
Else, you can use the previous version of the core, but I do not recommend it.
Have a good day,
Julian