Loading a ultralytics yolov8 model on luckfox pico ultra w
Posted: 2025-07-14 6:04
Hi,
I am trying to convert a ultralytics yolov8 model to run on my luckfox pico ultra w but it is giving this issue
conversion i have done on my ubuntu system
1] Do we need to tweak or make any changes in the model before using it with luckfox pico?
2] Can you please provide the .pt file used in these examples on the official site https://wiki.luckfox.com/Luckfox-Pico/L ... RKNN-Test/
Thanks in advance for the help
PFA the screenshot
I am trying to convert a ultralytics yolov8 model to run on my luckfox pico ultra w but it is giving this issue
conversion i have done on my ubuntu system
later this .rknn model i am using but facing this issuemy approach => yolov8n.pt ----converted to----> yolov8.onnx ----converted to----> yolov8.rknn
my questionsE RKNN: failed to submit!, op id: 133, op name: exSoftmax13:/model.22/dfl/Softmax, task start: 693, task number: 67538, run task counter: 1972, int status: 0
rknn_run fail! ret=-1
init_yolov8_model fail! ret=-1
1] Do we need to tweak or make any changes in the model before using it with luckfox pico?
2] Can you please provide the .pt file used in these examples on the official site https://wiki.luckfox.com/Luckfox-Pico/L ... RKNN-Test/
Thanks in advance for the help
PFA the screenshot