Jetson TX2 部署YoloV5和Paddle OCR

一、系统环境

Ubuntu 18.04 + cuda 10.2 + python 3.6

二、Yolo V5

单独安装numpy、torch和torchision。

numpy: pip3 install numpy

torch、torchision: 参考博客:https://blog.csdn.net/comli_cn/article/details/107468083

(我安装了torch1.7.0 + torchvision0.8.1)

注释掉requirement.txt中的numpy、torch和torchvisio:

pip3 install -r requirements.txt
遇到的问题以及解决办法:
1、import 报错 Illegal instruction(core dumped)

原因:numpy版本冲突

解决方法:

'''修改环境变量'''
sudo gedit /etc/profile 
把 export OPENBLAS_CORETYPE=ARMV8 加入最后面一行,然后保存
'''更新环境变量'''
source /etc/profile
2、安装torchision报错:fatal error: libavcodec/avcodec.h: No such file or directory

解决方法:参考https://shliang.blog.csdn.net/article/details/109862917

三、Paddle

下载对应版本的Paddle whl文件:https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0/install/Tables.html

TX2 是arm架构 ,找到对应cuda版本:
在这里插入图片描述

参考教程:https://aistudio.baidu.com/aistudio/projectdetail/1591846

  • 0
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值