Luckfox Pico Ultra W rknn install

  • Ubuntu images currently do not support RKNN. You need to use a Buildroot image, which is caused by the incompatibility between glibc and uclibc. Refer to the description of this post: viewtopic.php?p=2281
  • Hi,

    I am currently using the Buildroot image, and the RKNN YOLOv5 demo is working. However, if I want to run a custom model and custom code, what should I do? I have converted the .pt file to an .rknn model, but what should I do next? I couldn't find this in the documentation. Can you assist me?
  • Next, you can deploy the RKNN model using C++ as described in the documentation.https://wiki.luckfox.com/Luckfox-Pico/L ... ion-design Include the necessary header files such as <rknn_api.h>, then call the rknn_init() function to initialize the model, and proceed to load and run the RKNN model in a similar manner.