Yolov5 Sort RKNN
This repo mainly contains documents on how to deploy a yolov5 model with tracking algorithm (Sort) on RK3588/RK3588s
Install / Use
npx skills add Rhyme0730/Yolov5-Sort-RKNNInstalls into whichever agent you are using.
README
Run yolov5-sort on RK3588

Installation
Tips: If you want to integrate yolov5-sort with ROS/ROS2, using conda env is not recommended.
We use ROS2 Humble on Ubuntu 22.04 with default python version 3.10. You should be concerned about the conflict between different package versions.
Step 1: Install RKNN-Toolkit-Lite and Runtime package
cd Installation
pip install rknn_toolkit_lite2-1.5.2-cp310-cp310-linux_aarch64.whl
cp librknnrt.so /usr/lib
Step 2: Install essential package for Sort
pip install -r requirements.txt
If there are errors, follow the error instruction to install other packages
Step 3: Connect the stereo camera and run yolov5-sort on RK3588|RK3588s
cd ..
cd Code
python3 main.py
If you want to check the NPU load, open another shell and run
sudo bash rkcat.sh
Parameters Setting
| Name | Description | | ----- | ----------- | | OBJ_THRESH | Threshold for detecting | | NMS_THRESH | Non-maximum Suppression | | TPEs | The number of threads | | modelPath | .rknn model |
Reference
Related Skills
dbx
13.7k20 MB lightweight cross-platform database client for 70+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker.
product
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
ghidra-mcp
3.2kGhidra MCP Server — 200+ MCP tools for AI-powered reverse engineering. GUI plugin + headless server, lazy tool loading, convention enforcement, batch operations, Ghidra Server integration, and Docker deployment.
radar
2.8kThe missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
