当前位置:网站首页>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

更多内容可以关注公众号:北京迅为
边栏推荐
- Web API配置自定义路由
- Detailed explanation of MATLAB cov function
- Huawei equipment configures channel switching services without interruption
- AUTOCAD——遮罩命令、如何使用CAD对图纸进行局部放大
- Startup process of uboot:
- 管理多个Instagram帐户防关联小技巧大分享
- Redis如何实现多可用区?
- 7 themes and 9 technology masters! Dragon Dragon lecture hall hard core live broadcast preview in July, see you tomorrow
- 居家办公那些事|社区征文
- DDR4硬件原理图设计详解
猜你喜欢

AUTOCAD——遮罩命令、如何使用CAD对图纸进行局部放大

Detailed explanation of MATLAB cov function

Advanced technology management - what is the physical, mental and mental strength of managers

Intelligent metal detector based on openharmony

pytorch训练进程被中断了

Detailed explanation of DDR4 hardware schematic design

Ziguang zhanrui's first 5g R17 IOT NTN satellite in the world has been measured on the Internet of things

Harbor image warehouse construction

Oneforall installation and use

DDR4硬件原理图设计详解
随机推荐
13.(地图数据篇)百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换
Ziguang zhanrui's first 5g R17 IOT NTN satellite in the world has been measured on the Internet of things
Three suggestions for purchasing small spacing LED display
Summary of websites of app stores / APP markets
Basic part - basic project analysis
中非 钻石副石怎么镶嵌,才能既安全又好看?
Solve readobjectstart: expect {or N, but found n, error found in 1 byte of
pytorch训练进程被中断了
管理多个Instagram帐户防关联小技巧大分享
11.(地图数据篇)OSM数据如何下载使用
Ffmpeg calls avformat_ open_ Error -22 returned during input (invalid argument)
[there may be no default font]warning: imagettfbbox() [function.imagettfbbox]: invalid font filename
Crawler (9) - scrape framework (1) | scrape asynchronous web crawler framework
Ddrx addressing principle
MySQL statistical skills: on duplicate key update usage
Dynamic SQL of ibatis
DDRx寻址原理
ibatis的动态sql
SLAM 01. Modeling of human recognition Environment & path
POJ 3176-Cow Bowling(DP||记忆化搜索)