mmsegmentation/configs/upernet
谢昕辰 a95f6d8173
[Feature] support mim (#549)
* dice loss

* format code, add docstring and calculate denominator without valid_mask

* minor change

* restore

* add metafile

* add manifest.in and add config at setup.py

* add requirements

* modify manifest

* modify manifest

* Update MANIFEST.in

* add metafile

* add metadata

* fix typo

* Update metafile.yml

* Update metafile.yml

* minor change

* Update metafile.yml

* add subfix

* fix mmshow

* add more  metafile

* add config to model_zoo

* fix bug

* Update mminstall.txt

* [fix] Add models

* [Fix] Add collections

* [fix] Modify collection name

* [Fix] Set datasets to unet metafile

* [Fix] Modify collection names

* complement inference time
2021-05-31 15:07:24 -07:00
..
README.md comment tag (#505) 2021-04-24 09:58:59 -07:00
metafile.yml [Feature] support mim (#549) 2021-05-31 15:07:24 -07:00
upernet_r50_512x512_20k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
upernet_r50_512x512_40k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
upernet_r50_512x512_80k_ade20k.py [Bug fix] Fixed ADE20k test (#359) 2021-01-24 02:17:59 -08:00
upernet_r50_512x512_160k_ade20k.py [Bug fix] Fixed ADE20k test (#359) 2021-01-24 02:17:59 -08:00
upernet_r50_512x1024_40k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
upernet_r50_512x1024_80k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
upernet_r50_769x769_40k_cityscapes.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
upernet_r50_769x769_80k_cityscapes.py [Improvement] Move train_cfg/test_cfg inside model (#341) 2021-01-19 17:06:23 -08:00
upernet_r101_512x512_20k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_512x512_40k_voc12aug.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_512x512_80k_ade20k.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_512x512_160k_ade20k.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_512x1024_40k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_512x1024_80k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_769x769_40k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00
upernet_r101_769x769_80k_cityscapes.py init commit 2020-07-10 02:39:01 +08:00

README.md

Unified Perceptual Parsing for Scene Understanding

Introduction

@inproceedings{xiao2018unified,
  title={Unified perceptual parsing for scene understanding},
  author={Xiao, Tete and Liu, Yingcheng and Zhou, Bolei and Jiang, Yuning and Sun, Jian},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  pages={418--434},
  year={2018}
}

Results and models

Cityscapes

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
UPerNet R-50 512x1024 40000 6.4 4.25 77.10 78.37 config model | log
UPerNet R-101 512x1024 40000 7.4 3.79 78.69 80.11 config model | log
UPerNet R-50 769x769 40000 7.2 1.76 77.98 79.70 config model | log
UPerNet R-101 769x769 40000 8.4 1.56 79.03 80.77 config model | log
UPerNet R-50 512x1024 80000 - - 78.19 79.19 config model | log
UPerNet R-101 512x1024 80000 - - 79.40 80.46 config model | log
UPerNet R-50 769x769 80000 - - 79.39 80.92 config model | log
UPerNet R-101 769x769 80000 - - 80.10 81.49 config model | log

ADE20K

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
UPerNet R-50 512x512 80000 8.1 23.40 40.70 41.81 config model | log
UPerNet R-101 512x512 80000 9.1 20.34 42.91 43.96 config model | log
UPerNet R-50 512x512 160000 - - 42.05 42.78 config model | log
UPerNet R-101 512x512 160000 - - 43.82 44.85 config model | log

Pascal VOC 2012 + Aug

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
UPerNet R-50 512x512 20000 6.4 23.17 74.82 76.35 config model | log
UPerNet R-101 512x512 20000 7.5 19.98 77.10 78.29 config model | log
UPerNet R-50 512x512 40000 - - 75.92 77.44 config model | log
UPerNet R-101 512x512 40000 - - 77.43 78.56 config model | log