当前位置:网站首页>iTOP-3568开发板NPU使用安装RKNN Toolkit Lite2
iTOP-3568开发板NPU使用安装RKNN Toolkit Lite2
2022-07-05 11:31:00 【mucheni】
1 输入以下命令安装 Python3.7、pip3 、gcc
apt-get install python3 python3-dev python3-pip gcc
2 安装相关依赖,输入以下命令:注:Toolkit-lite2 本身并不依赖 opencv-python,
但是在示例中需要用到这个模块,所以安装时也一并安装。如果不用到图像相关
的处理,可以不安装该依赖库
apt-get install -y python3-opencv
apt-get install -y python3-numpy
3 安装依赖包 setuptools,输入以下命令:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple setuptools
4 输入以下命令升级 pip
python3 -m pip install --upgrade pip
5 下载网盘资料中“iTOP-3568 开发板\02_【iTOP-RK3568 开发板】开发资料
\11_NPU 使用配套资料\04_RKNN-Toolkit-lite2 工具”中 rknn_toolkit_lite2.tar.gz 压
缩包,在 windows 上解压,然后通过 U 盘拷贝
rknn_toolkit_lite2/packages/rknn_toolkit_lite2-1.3.0-cp37-cp37m-linux_aarch64.whl
到开发板上。如下图所示:
6 安装 Toolkit-lite2,Debian10 ARM64 with python3.7
pip3 install rknn_toolkit_lite2-1.3.0-cp37-cp37m-linux_aarch64.whl
更多内容可以关注公众号:北京迅为
边栏推荐
- Solve readobjectstart: expect {or N, but found n, error found in 1 byte of
- FreeRTOS 中 RISC-V-Qemu-virt_GCC 的调度时机
- 百问百答第45期:应用性能探针监测原理-node JS 探针
- Solve the problem of slow access to foreign public static resources
- 如何通俗理解超级浏览器?可以用于哪些场景?有哪些品牌?
- Project summary notes series wstax kt session2 code analysis
- Empêcher le navigateur de reculer
- Lombok makes ⽤ @data and @builder's pit at the same time. Are you hit?
- How did the situation that NFT trading market mainly uses eth standard for trading come into being?
- -26374 and -26377 errors during coneroller execution
猜你喜欢
随机推荐
Advanced technology management - what is the physical, mental and mental strength of managers
Detailed explanation of MATLAB cov function
龙蜥社区第九次运营委员会会议顺利召开
MFC pet store information management system
Idea set the number of open file windows
ZCMU--1390: 队列问题(1)
Prevent browser backward operation
idea设置打开文件窗口个数
R3live series learning (IV) r2live source code reading (2)
如何让你的产品越贵越好卖
边缘计算如何与物联网结合在一起?
Web API configuration custom route
【爬虫】charles unknown错误
Mysql统计技巧:ON DUPLICATE KEY UPDATE用法
COMSOL -- 3D casual painting -- sweeping
Startup process of uboot:
7 大主题、9 位技术大咖!龙蜥大讲堂7月硬核直播预告抢先看,明天见
居家办公那些事|社区征文
CDGA|数据治理不得不坚持的六个原则
go语言学习笔记-初识Go语言