Skip to content

Files

This branch is 348 commits behind open-mmlab/mmsegmentation:master.

dnlnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2021
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Sep 7, 2020
Jan 20, 2021
Jan 20, 2021
Aug 15, 2021

Disentangled Non-Local Neural Networks

Introduction

This example is to reproduce "Disentangled Non-Local Neural Networks" for semantic segmentation. It is still in progress.

Citation

@misc{yin2020disentangled,
    title={Disentangled Non-Local Neural Networks},
    author={Minghao Yin and Zhuliang Yao and Yue Cao and Xiu Li and Zheng Zhang and Stephen Lin and Han Hu},
    year={2020},
    booktitle={ECCV}
}

Results and models (in progress)

Cityscapes

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
dnl R-50-D8 512x1024 40000 7.3 2.56 78.61 - config model | log
dnl R-101-D8 512x1024 40000 10.9 1.96 78.31 - config model | log
dnl R-50-D8 769x769 40000 9.2 1.50 78.44 80.27 config model | log
dnl R-101-D8 769x769 40000 12.6 1.02 76.39 77.77 config model | log
dnl R-50-D8 512x1024 80000 - - 79.33 - config model | log
dnl R-101-D8 512x1024 80000 - - 80.41 - config model | log
dnl R-50-D8 769x769 80000 - - 79.36 80.70 config model | log
dnl R-101-D8 769x769 80000 - - 79.41 80.68 config model | log

ADE20K

Method Backbone Crop Size Lr schd Mem (GB) Inf time (fps) mIoU mIoU(ms+flip) config download
DNL R-50-D8 512x512 80000 8.8 20.66 41.76 42.99 config model | log
DNL R-101-D8 512x512 80000 12.8 12.54 43.76 44.91 config model | log
DNL R-50-D8 512x512 160000 - - 41.87 43.01 config model | log
DNL R-101-D8 512x512 160000 - - 44.25 45.78 config model | log