mmsegmentation/configs/sem_fpn
sennnnn 2aa632ebe7
[Enhancement] Change readme style and Update metafiles. (#895)
* [Enhancement] Change readme style and prepare for metafiles update.

* Update apcnet github repo url.

* add code snippet.

* split code snippet & official repo.

* update md2yml hook.

* Update metafiles.

* Add converted from attribute.

* process conflict.

* Put defualt variable value.

* update bisenet v2 metafile.

* checkout to ubuntu environment.

* pop empty attribute & make task attribute list.

* update readme style

* update readme style

* update metafiles

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-09-28 16:25:37 +08:00
..
README.md [Enhancement] Change readme style and Update metafiles. (#895) 2021-09-28 16:25:37 +08:00
fpn_r50_512x512_160k_ade20k.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
fpn_r50_512x1024_80k_cityscapes.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
fpn_r101_512x512_160k_ade20k.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
fpn_r101_512x1024_80k_cityscapes.py Add Semantic FPN (#94) 2020-09-03 19:56:36 +08:00
sem_fpn.yml [Enhancement] Change readme style and Update metafiles. (#895) 2021-09-28 16:25:37 +08:00

README.md

Panoptic Feature Pyramid Networks

Introduction

Official Repo

Code Snippet

Semantic FPN (CVPR'2019)
@article{Kirillov_2019,
   title={Panoptic Feature Pyramid Networks},
   ISBN={9781728132938},
   url={http://dx.doi.org/10.1109/CVPR.2019.00656},
   DOI={10.1109/cvpr.2019.00656},
   journal={2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
   publisher={IEEE},
   author={Kirillov, Alexander and Girshick, Ross and He, Kaiming and Dollar, Piotr},
   year={2019},
   month={Jun}
}

Results and models

Cityscapes

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
FPN R-50 512x1024 80000 2.8 13.54 74.52 76.08 config model | log
FPN R-101 512x1024 80000 3.9 10.29 75.80 77.40 config model | log

ADE20K

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
FPN R-50 512x512 160000 4.9 55.77 37.49 39.09 config model | log
FPN R-101 512x512 160000 5.9 40.58 39.35 40.72 config model | log