Which system do you use? Android, Ubuntu, OOWOW or others?
Ubuntu 20.04
Hi,
I want to convert my yolov5n model to run in Khadas. I converted my onnx model (with aml_npu_sdk/acuity-toolkit/python) by creating environment on my own computer.
I moved the ‘nb’ and ‘so’ files to Khadas. I want to detect using my own model with KSNN repo. When I test the 1080p.bmp image located in the ksnn/example/onnx/data folder, it produces output.
@ahmet_karazor Segfault, looks like your post-processing isn’t handling the correct array length. Have you confirmed that the length of the array in your post-processing code is the same as the length of the output array of your model?