Conversion example for KSNN do not work

Which Khadas SBC do you use?

VIM3

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu 20.04 and Ubuntu 18.04 for Windows

Which version of system do you use? Khadas official images, self built images, or others?

official

Please describe your issue below:

I try to start this example - Instructions for KSNN conversion tool | Khadas Documentation
(I already fix incorrect adresses in example)
And get this output:

Post a console log of your issue below:

anton@DESKTOP-LE950N5:/mnt/d/Khadas/aml_npu_sdk/acuity-toolkit/python$ ./convert --model-name inception --platform tensorflow  --model inception_v3_2016_08_28_frozen.pb  --input-size-list '299,299,3'   --inputs input  --outputs InceptionV3/Predictions/Reshape_1  --mean-values '128 128 128 0.0078125'  --quantized-dtype asymmetric_affine  --source-files ./data/dataset/dataset0.txt  --kboard VIM3 --print-level 0


--+ KSNN Convert tools v1.3 +--


Start import model ...
../bin/pegasus: 1: ../bin/pegasus: ./acuitylib/pegasus: not found

any ideas?

@Anton_Maltsev Did you clone with --recursive

$ git clone --recursive https://github.com/khadas/aml_npu_sdk.git