How to get new ll_aton library
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
