Using the RK3588 Chip NPU: Running YOLOv5 Object Detection Model on Windows 11 with RKNN Docker

Using the RK3588 Chip NPU: Running YOLOv5 Object Detection Model on Windows 11 with RKNN Docker

Objective of This Article This article will detail how to configure the RKNN Docker environment on an Android development board equipped with the RK3588 chip in a Windows 11 system environment, and how to run the YOLOv5 object detection model accelerated by NPU on the development board using the adb tool. Development Environment Description Host … Read more

Using the RK3588 Chip NPU: Running MobileNet Model in Windows 11 Docker and Deploying to Development Board for Object Detection

Using the RK3588 Chip NPU: Running MobileNet Model in Windows 11 Docker and Deploying to Development Board for Object Detection

The Objective of This Article This article will practice the MobileNet image classification example in the RKNN Docker environment and deploy it to the RK3588 development board using the adb tool. For an introduction to MobileNet, please refer to the previous article. Development Environment Description Host System: Windows 11 Target Device: Android development board equipped … Read more

Tutorial for Deploying DeepSeek Model on RK3588 Linux Platform

Tutorial for Deploying DeepSeek Model on RK3588 Linux Platform

For more content, you can join the Linux system knowledge base package (tutorials + videos + Q&A). Table of Contents 1. Download rknn-llm and DeepSeek model 2. Install RKLLM-Toolkit 2.1 Install miniforge3 tool 2.2 Download miniforge3 installation package 2.3 Install miniforge3 3. Create RKLLM-Toolkit Conda environment 3.1 Enter Conda base environment 3.2 Create a Conda … Read more

Using NPU on RK Platform

Using NPU on RK Platform

With the development of AI intelligence, many chips more suitable for AI learning have been introduced following traditional CPUs and GPUs. This article introduces how to develop NPU chips based on the SDK provided by the RK platform. 1. Introduction to NPU Chips NPU stands for Neural Network Processing Unit. 2. Using RKNN 1. SDK … Read more

Rockchip NPU Model – RKNN Overview

Rockchip NPU Model - RKNN Overview

RKNN is the model type used by the Rockchip npu platform, with model files ending in .rknn. Rockchip provides a complete model conversion Python tool, making it convenient for users to convert their self-developed algorithm models into RKNN models. Additionally, Rockchip offers C/C++ and Python API interfaces. Use RKNN-Toolkit2 on a computer to complete model … Read more