Need help to use RKNN on Pico Mini B

  • Hello, the rknnlite python library is only compatible with chips running on the aarch64 platform. The RV1103 of Luckfox Pico MINIB does not support this.
  • @Crocodile: thanks for your answer. Is there any way of doing an inference on a neural network on the RV1103 using the neural accelerator?
  • To use the NPU for neural network acceleration on the RV1103, you need to develop a C language program to call the librknnmrt library. For detailed information, please refer to https://wiki.luckfox.com/Luckfox-Pico/L ... -RKNN-Test