khadas / ksnn

Khadas Software Neural Network
21 stars 10 forks source link

How to run demo and convert model #5

Open lwxGitHub123 opened 1 year ago

lwxGitHub123 commented 1 year ago

Hi all, I have downloaded the source code on ubuntu20.04 ,and enter examples/onnx/ , then i run command: python3 resnet50.py --model ./models/VIM3/resnet50.nb --library ./libs/libnn_resnet50.so --picture ./data/goldfish_224x224.jpg --level 0 however ,it returns as below: image

then , i enter libs , libnn_resnet50.so is actually exist. image

What's more ,when i convert the model , i can not find convert file in the onnx directory: image

Could you help me please ? Best,