Dear technical supporters,
-
https://docs.khadas.com/vim3/HowToUseNpu.html
Recently, I bought the Khadas/VIM3 pro board. Then, after reading the “How To Use the NPU” webpage above, I could successfully execute the model conversion and the compilation of the case code for inceptionv3 network model on Ubuntu 18.04 (arm64) + Khadas/VIM3 pro board. Finally, I could run the below command successfully.
root@Khadas:~/inceptionv3# ./inceptionv3 inception_v3.nb goldfish_299x299.jpg
I want to try to the model conversion and the compilation of the case code for a yolov3 model as well as the inceptionv3 model. In this case, Where can I get a related manual and source files?