在已经安装了pytorch-gpu的情况下安装mmdetection

在mmdetection的安装说明中https://github.com/open-mmlab/mmdetection/blob/master/docs/install.md。

直接操作两行代码即可,

首先clone到主代码

git clone https://github.com/open-mmlab/mmdetection.git

然后cd进入mmd环境

 cd mmdetection

运行setup安装文件

python setup.py develop

 

你可能感兴趣的:(卷积神经网络,pytorch)