NPU demo for Object detection using python

Most of the examples I looked into are c/c++. and old links are not valid anymore.

Hello @Omkar_Shende

Please check here:

https://docs.khadas.com/products/sbc/vim3/npu/start#python-api

1 Like

I have converted Yolo-V3 and tiny-yolo-v3 model using python convert tool .
Yolo-v3 is working fine . But there is an issue with tiny-yolo even, for example in ksnn.

data = yolov3.nn_inference(cv_img, platform=‘DARKNET’, reorder=‘2 1 0’, output_tensor=3, output_format=output_format.OUT_FORMAT_FLOAT32)
it is giving ‘Segmentation fault’ error for nn_inference