
mmdetection
AllyLi0224
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos系统Docker安装mmdetection
使用Docker安装简直太amazing!centos7系统下mmdetection环境搭建一文中的环境搭建和安装中共有二十左右各依赖需要一步步安装。转而使用Docker安装,写好DockerFile,执行一行命令即可解决,当然基本的显卡驱动需要安装好。命令:docker build -t mmdetection docker/DockerFile代码:ARG PYTORCH="...原创 2020-03-04 22:35:56 · 623 阅读 · 0 评论 -
centos7系统下mmdetection环境搭建
一、conda安装wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh #下载安装脚本#官网地址https://conda.io/miniconda.html#这里选择的是latest-Linux版本,所以下载的程序会随着python的版本更新而更新(现在下载的版本默认python版本已...原创 2020-02-28 23:15:22 · 1180 阅读 · 0 评论