Yolov3 custom model is not working

Which Khadas SBC do you use?

khadas vim3 pro

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

ubuntu 20.04

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

khadas official images

Please describe your issue below:

I want to operate a custom neural network through KSNN.
So I convert the custom model, and operated it through vim3 pro.
but The model does not work.
Can you help me work this custom neural network?

==custom model ==
yolo3-spp
Convert pytorch to onnx and then to .so and .nb files

Post a console log of your issue below:

output from nn_inference

The following command was used for convert.
./convert
–model-name custon_yolo
–platform onnx
–model /~/~/custon_yolo.onnx
–mean-values ‘0 0 0 0.00390625’
–quantized-dtype asymmetric_affine
–source-files ./data/dataset/dataset0.txt
–kboard VIM3
–print-level 1

1 Like