Loading a ultralytics yolov8 model on luckfox pico ultra w

  • Hello, before running RKNN, the structure of the model and the required operators need to be determined. If the source code for training the model and the source code for inference do not match, the model may not be able to run (for example, both are YOLOv8 models but different post-processing methods in the source codes will cause the model to be unusable).

    The problem you encountered is likely due to incompatible operators. Since there are many types of convolutional neural networks with complex structures, we do not have professional engineers to handle this, so we do not provide technical support for the use of custom models. It is recommended to consult the RKNN official.

    The .pt file mentioned in the wiki, we have provided the relevant git repository address. You can obtain it from the specified repository.
  • Thanks for the response
    Can you please share the link for the git repository to get the .pt file because I was not able to find it.

    It would of great help if you kindly the share the git link for obtaining the .pt files

    Thanks in advance