cancel
Showing results for 
Search instead for 
Did you mean: 

How to get new ll_aton library

sandeepchawla74
Associate

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

1 REPLY 1
Julian E.
ST Employee

Hello @sandeepchawla74,

 

The getting started image classification was updated yesterday to support the st edge ai core 2.2

GitHub - STMicroelectronics/STM32N6-GettingStarted-ImageClassification: An AI software application package demonstrating simple implementation of image classification use case on STM32N6 product.​

 

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


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.