测试环境:鲁班猫RK系列板卡,镜像系统是Debian或者ubuntu,PC环境使用ubuntu20.04, 教程编写时的RKNN-Toolkit2是1.5.0版本,LubanCat-0/1/2板卡npu驱动0.8.2,lubancat-4板卡npu驱动是0.8.8。3.1. Toolkit2安装安装Toolkit2,可以使用python的包管理器pip3安装,或者直接使用docker构建Toolkit2环境。相关依赖库和docker文件...
1. 下载好后加载docker镜像: sudo docker load < rknn-toolkit2-2.1.0-cp38-docker.tar.gz 1. 查看docker镜像: z@ubuntu:~/Downloads$ sudo docker images REPOSITORY TAG IMAGE ID CREATED SIZE rknn-toolkit2 2.1.0-cp38 2c0940f24482 3 weeks ago 6.32GB 1. 2. 3....
https://github.com/airockchip/rknn-toolkit https://github.com/airockchip/rknpu https://github.com/airockchip/RK3399Pro_npu Download You can also download all packages, docker image, examples, docs and platform-tools fromRKNPU2_SDK, fetch code: rknn ...
https://github.com/airockchip/rknn-toolkit https://github.com/airockchip/rknpu https://github.com/airockchip/RK3399Pro_npu Download You can also download all packages, docker image, examples, docs and platform-tools fromRKNPU2_SDK, fetch code: rknn ...
2, 加载镜像 执行以下命令加载镜像: docker load --input rknn-toolkit-1.1.0-docker.tar.gz 加载成功后,执行"docker images"命令能够看到 rknn-toolkit 的镜像,如下所示: REPOSITORY rknn-toolkit TAG 1.1.0 IMAGE ID CREATED SIZE 10ea0db4a54b 2 hours ago 2.07GB 3, 运行镜像 执行以下命令运行 docker ...
update rknn-toolkit2/rknn-toolkit-lite2 to 1.4.0 3年前 LICENSE [release] update rknn-toolkit2 to 1.1.0 4年前 QQGroup2QRCode.png Add the group number and QR code of QQ exchange group2 3年前 QQGroupQRCode.png [release] update rknn-toolkit2 to 1.1.0 ...
1.1 工具链(RKNN-Toolkit2) RKNN 工具链提供了两种按照方式,一种是“通过 pip install 安装”和“通过 Docker 镜像安装”,建议“通过 Docker 镜像安装”。具体安装方式参考提供的官方文档。 RKNN-Toolkit2 目前支持 Caffe、TensorFlow、TensorFlow Lite、ONNX、DarkNet、PyTorch 等 模型的加载转换,这些...
RKNN-Toolkit 使用指南 http://t.rock-chips.com RKNN-Toolkit 使用指南 V1.1.0 T o y b r i c k c o n f i d e n t i a
YOLOv5原模型是PyTorch框架的,使用RKNN-Toolkit分步转换 PyTorch->ONNX->RKNN 1.模型转换流程简介 2.主机环境检查 检查环境,这里首先检查一下python环境,系统安装多个版本的python,需要注意使用正确的版本。 3.加载RKNN-Toolkit的Docker镜像环境 进入docker目录下,加载RKNN-Toolkit镜像 docker load --input/mnt/hgfs/EA...
有两种方法:一种是通过 pip install 命令,另一种是在完整的 RKNN-Toolkit 环境下运行 docker 镜像。