ubuntu detectron2的安装

Ubuntu20.04下detectron2的安装

安装依赖库

安装fvcore

pip install fvcore

安装pycocotools

直接安装:

pip install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'

或者:

git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
python3 setup.py install

安装detectron2:

由于在本地编译detectron2总是不成功,所以直接安装编译好的二进制文件,/cu111/表示cuda版本是11.1,要改成本地的cuda版本。

pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/index.html

上述命令安装完成后,还是会报下面的错误

from detectron2 import _C
ImportError: /usr/local/lib/python3.7/dist-packages/detectron2/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: 

解决

git clone https://github.com/facebookresearch/detectron2.git
python -m pip install -e detectron2
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Jenkinwey

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值