E RKNN: failed to submit! RV1106

  • Hello, please provide the model number of your Luckfox Pico and the specific routine you are using. The occurrence of this situation could be due to an incompatible version of the yolov5 model being used or an incorrect NPU clock configuration.
  • Crocodile wrote: 2025-07-04 1:20 Hello, please provide the model number of your Luckfox Pico and the specific routine you are using. The occurrence of this situation could be due to an incompatible version of the yolov5 model being used or an incorrect NPU clock configuration.
    Hi, mr Crocodile thank you for your interesting, I'm using the Luckfox Pico Pro RV1106 128MB.
    First, i'm using Roboflow for annotate and resize the images to 640x640. I trained my model and converted it to ONNX file.
    Then I used RKNN_model_zoo to convert my ONNX file to RKNN file. And during this conversion I converted my pow algorithms because rknn_toolkit2 does not support that algorithm.
    And after getting the "best.rknn" file I started running that file on cam and got the above error. Do you have any advice?