diff --git a/README.md b/README.md index 0736d7b67..f3b1bc1aa 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md). - [x] [MaskFormer (NeurIPS'2021)](configs/maskformer) - [x] [Mask2Former (CVPR'2022)](configs/mask2former) - [x] [PIDNet (ArXiv'2022)](configs/pidnet) +- [x] [DDRNet (T-ITS'2022)](configs/ddrnet) diff --git a/README_zh-CN.md b/README_zh-CN.md index 3bf45ae83..53fca86d6 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -168,6 +168,7 @@ MMSegmentation v1.x 在 0.x 版本的基础上有了显著的提升,提供了 - [x] [MaskFormer (NeurIPS'2021)](configs/maskformer) - [x] [Mask2Former (CVPR'2022)](configs/mask2former) - [x] [PIDNet (ArXiv'2022)](configs/pidnet) +- [x] [DDRNet (T-ITS'2022)](configs/ddrnet) diff --git a/configs/ddrnet/README.md b/configs/ddrnet/README.md index 882198866..9d2db65fb 100644 --- a/configs/ddrnet/README.md +++ b/configs/ddrnet/README.md @@ -36,12 +36,11 @@ The pretrained weights in config files are converted from [the official repo](ht ## Citation ```bibtex -@misc{hong2021ddrnet, - title={Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes}, - author={Hong, Yuanduo and Pan, Huihui and Sun, Weichao and Jia, Yisong}, - year={2021}, - eprint={2101.06085}, - archivePrefix={arXiv}, - primaryClass={cs.CV}, +@article{pan2022deep, + title={Deep Dual-Resolution Networks for Real-Time and Accurate Semantic Segmentation of Traffic Scenes}, + author={Pan, Huihui and Hong, Yuanduo and Sun, Weichao and Jia, Yisong}, + journal={IEEE Transactions on Intelligent Transportation Systems}, + year={2022}, + publisher={IEEE} } ```