mmdetection安装

  1. mmdetection安装

mmdetection安装

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 环境安装 
conda create -n mmdetection python=3.7 -y
conda activate mmdetection
# pytorch安装
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch
# mmcv安装
git clone https://github.com/open-mmlab/mmcv
cd mmcv
pip install .
# pycoco安装
pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"
# Cython安装
pip install Cython==0.29.14
# mmdetection安装
git clone https://github.com/open-mmlab/mmdetection.git
cd mmdetection
pip install -r requirements.txt
python setup.py develop
  • 检查

    pip list

包名 mmdet 1.0+4ec5b80 dev_0


微信:宏沉一笑
公众号:漫步之行

签名:Smile every day
名字:宏沉一笑
邮箱:whghcyx@outlook.com
个人网站:https://whg555.github.io



转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 whghcyx@outlook.com

文章标题:mmdetection安装

文章字数:162

本文作者:宏沉一笑

发布时间:2020-02-04, 11:53:07

最后更新:2024-04-06, 09:44:05

原始链接:https://whghcyx.gitee.io/2020/02/04/AI-%E6%A1%86%E6%9E%B6-2020-2-4-mmdetection%E5%AE%89%E8%A3%85/

版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。

目录
×

喜欢就点赞,疼爱就打赏