Skip to content

Instantly share code, notes, and snippets.

@ZlodeiBaal
Last active October 9, 2025 08:48
Show Gist options
  • Select an option

  • Save ZlodeiBaal/847569b24bb338566680ab2a8f22c6b2 to your computer and use it in GitHub Desktop.

Select an option

Save ZlodeiBaal/847569b24bb338566680ab2a8f22c6b2 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y python3 python3-dev python3-pip gcc
sudo apt-get install -y python3-opencv
sudo apt-get install -y python3-numpy
sudo apt-get install git
sudo apt-get install wget
sudo apt-get install python3-setuptools
wget https://github.com/rockchip-linux/rknpu2/raw/master/runtime/RK356X/Linux/librknn_api/aarch64/librknnrt.so
sudo mv librknnrt.so /usr/lib/librknnrt.so
git clone https://github.com/rockchip-linux/rknn-toolkit2.git
cd rknn-toolkit2/rknn_toolkit_lite2/packages/
pip3 install rknn_toolkit_lite2-1.5.2-cp39-cp39-linux_aarch64.whl
@Infilux
Copy link

Infilux commented Sep 12, 2025

Hi @ZlodeiBaal , I have been trying to run a custom yolov5 model on rv1106 from luckfox. I have a luckfox pico pi and due to a very unsystematic info, for weeks I have been trying to run a model on my board, but no outcome. As you have been working on rockchip since long, please please kindly help me. I have tried all that was possible. Kindly help. I also joinned you telegram channel, but i was unable to ask it here. Kindly help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment