open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
8.27k stars 2.62k forks source link

Results of Deeplab-v2 #338

Closed wqtwjt1996 closed 3 years ago

wqtwjt1996 commented 3 years ago

Deeplab-v2 pretrained results and models?

Motivation In semi-supervised learning for semantic segmentation, Deeplab-v2 is widely used.

  1. https://arxiv.org/pdf/1908.05724v1.pdf
  2. https://arxiv.org/pdf/2007.07936.pdf

So is it possible to provide some results and pretrained models with Deeplab-v2 in Cityscapes and VOC-12 datasets?

Junjun2016 commented 3 years ago

Deeplab-v2 pretrained results and models?

Motivation In semi-supervised learning for semantic segmentation, Deeplab-v2 is widely used.

  1. https://arxiv.org/pdf/1908.05724v1.pdf
  2. https://arxiv.org/pdf/2007.07936.pdf

So is it possible to provide some results and pretrained models with Deeplab-v2 in Cityscapes and VOC-12 datasets?

Maybe you can use DeepLabV3 and DeepLabV3+, or you can train it by yourself through registering a DeepLabV2 decode_head.