验证 大神的 faster-mobile-retinaface 算法需要 mxnet , 在这里也是跌了不少坑,跳坑通关过程
记录一下:
参考:
https://mxnet.cdn.apache.org/get_started/jetson_setup
一 下载 1.8.x release 版本
1.8 版本可以跟 cuda-10.02 兼容, 同时兼容 faster-mobile-retinaface
# 科鞋上网
git clone -b v1.8.x --recursive https://github.com/apache/incubator-mxnet.git mxnet_1.8
二 安装 依赖
sudo apt-get update
sudo apt-get install -y \
build-essential \
git \
libopenblas-dev \
libopencv-dev \
python3-pip \
python-numpy
sudo pip3 install --upgrade \
pip \
setuptools \
numpy

最低0.47元/天 解锁文章
1722

被折叠的 条评论
为什么被折叠?



