0
点赞
收藏
分享

微信扫一扫

Ubuntu安装detectron2

悲催博士僧 2022-03-11 阅读 127

Ubuntu18.4 安装 detectron2

1. 安装python/pytorch环境

查看链接 https://blog.csdn.net/weixin_43742276/article/details/108801093?spm=1001.2014.3001.5501

2. Git detectron2

git clone https://github.com/facebookresearch/detectron2.git

3. 编译 detectron2

对于Linux系统,根据官方提供的命令编译,不会采坑。
https://detectron2.readthedocs.io/en/latest/tutorials/install.html
在这里插入图片描述根据自己的环境选择相应的命令。

举报

相关推荐

0 条评论