mmsegmentation/configs/point_rend
谢昕辰 725d5aa002 [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
pointrend_r50_512x512_160k_ade20k.py [Feature] Support PointRend (#109) 2020-09-07 19:59:44 +08:00
pointrend_r50_512x1024_80k_cityscapes.py [Feature] Support PointRend (#109) 2020-09-07 19:59:44 +08:00
pointrend_r101_512x512_160k_ade20k.py [Feature] Support PointRend (#109) 2020-09-07 19:59:44 +08:00
pointrend_r101_512x1024_80k_cityscapes.py [Feature] Support PointRend (#109) 2020-09-07 19:59:44 +08:00

README.md

PointRend: Image Segmentation as Rendering

Introduction

@inproceedings{kirillov2020pointrend,
  title={Pointrend: Image segmentation as rendering},
  author={Kirillov, Alexander and Wu, Yuxin and He, Kaiming and Girshick, Ross},
  booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
  pages={9799--9808},
  year={2020}
}

Results and models

Cityscapes

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
PointRend R-50 512x1024 80000 3.1 8.48 76.47 78.13 config model | log
PointRend R-101 512x1024 80000 4.2 7.00 78.30 79.97 config model | log

ADE20K

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
PointRend R-50 512x512 160000 5.1 17.31 37.64 39.17 config model | log
PointRend R-101 512x512 160000 6.1 15.50 40.02 41.60 config model | log