Ubuntu 部署 MMLab

61 篇文章 1 订阅
10 篇文章 0 订阅

Ubuntu 部署 MMLab

构建基础环境

conda create -n mmlab python=3.7 -y
conda activate mmlab
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html

安装 MMSegmentation

pip install mmsegmentation timm ipython attr

安装 MMDetection

pip install mmdet instaboostfast git+https://github.com/cocodataset/panopticapi.git git+https://github.com/lvis-dataset/lvis-api.git

使用 SegFormer

安装 SegFormer

git clone https://github.com/NVlabs/SegFormer.git
cd SegFormer
pip install -e . --user

下载 SegFormer 模型

pretrained_models :
https://drive.google.com/drive/folders/1b7bwrInTW4VLEm27YawHOAMSMikga2Ia

trained_models :
https://drive.google.com/drive/folders/1GAku0G0iR9DsBxCbfENWMJ27c5lYUeQA

修改源码使其依赖更新到支持最新版本

vi mmseg/__init__.py

修改为

MMCV_MAX = '1.3.0'
->MMCV_MAX = '1.3.10'

使用 SegFormer 进行推理

详见demo/image_demo.py

使用 SOLOv2

安装 SOLOv2

git clone https://github.com/WXinlong/SOLO.git
cd SOLO
pip install -r requirements/build.txt
pip install "git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI"
pip install -v -e .

使用 SOLOv2 进行推理

详见demo/inference_demo.py

尽情享用吧~

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值