Discover and explore top open-source AI tools and projects—updated daily.
Model deployment examples for Rockchip platforms
Top 23.6% on SourcePulse
This repository provides a comprehensive zoo of pre-trained neural network models optimized for deployment on Rockchip's NPUs. It targets embedded systems developers and researchers needing to accelerate AI workloads on Rockchip hardware, offering a wide range of models for tasks like object detection, image classification, and speech recognition, with Python and C++ inference examples.
How It Works
The zoo leverages the RKNN-Toolkit2 for model conversion, enabling the deployment of various deep learning architectures (e.g., YOLO, ResNet, Whisper) onto Rockchip's NPU platforms. Models are provided in RKNN format, supporting FP16 and INT8 quantization for performance and efficiency gains. The toolkit facilitates model export and inference via Python and C++ APIs, abstracting hardware-specific complexities.
Quick Start & Requirements
gcc-linaro-6.3.1
for aarch64) for Linux demos.Compilation_Environment_Setup_Guide.md
.Highlighted Details
build-linux.sh
, build-android.sh
) for compiling inference demos tailored to specific targets and architectures.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
5 months ago
Inactive