How to compile the case code for Yolov3 on Ubuntu1804(arm64)/Khadas board

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?

Please check here:

https://docs.khadas.com/vim3/HowToTrainYolo.html

https://docs.khadas.com/vim3/HowToTransformYolo.html

https://docs.khadas.com/vim3/HowToTrainInception.html

3 Likes

Thanks. Your reply will be helpful to me.