2025-03-17 20:57:04 +08:00

19 lines
471 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## rklibs
在 rknn_model_zoo/libs/rklibs 目录下,根据实际需要,下载以下依赖库
```
# RK1808/RV1126/RV1109 NPU 依赖库
git clone https://github.com/rockchip-linux/rknpu
# RK3399pro NPU 依赖库
git clone https://github.com/airockchip/RK3399Pro_npu
# RK3566/RK3568/RK3588/RV1106/RV1103 NPU 依赖库
git clone https://github.com/rockchip-linux/rknpu2
# RGA调用依赖库不区分硬件平台
git clone https://github.com/airockchip/librga
```