khadas / ksnn

Khadas Software Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run demo and convert model

lwxGitHub123 opened this issue · comments

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,