Skip to content

Commit 65b63cc

Browse files
[Fix] Fix DDRNet readme (open-mmlab#2981)
Ref: https://github.com/ydhongHIT/DDRNet#citation Co-authored-by: xiexinch <[email protected]>
1 parent 99b9e81 commit 65b63cc

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
174174
- [x] [MaskFormer (NeurIPS'2021)](configs/maskformer)
175175
- [x] [Mask2Former (CVPR'2022)](configs/mask2former)
176176
- [x] [PIDNet (ArXiv'2022)](configs/pidnet)
177+
- [x] [DDRNet (T-ITS'2022)](configs/ddrnet)
177178

178179
</details>
179180

README_zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ MMSegmentation v1.x 在 0.x 版本的基础上有了显著的提升,提供了
168168
- [x] [MaskFormer (NeurIPS'2021)](configs/maskformer)
169169
- [x] [Mask2Former (CVPR'2022)](configs/mask2former)
170170
- [x] [PIDNet (ArXiv'2022)](configs/pidnet)
171+
- [x] [DDRNet (T-ITS'2022)](configs/ddrnet)
171172

172173
</details>
173174

configs/ddrnet/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ The pretrained weights in config files are converted from [the official repo](ht
3636
## Citation
3737

3838
```bibtex
39-
@misc{hong2021ddrnet,
40-
title={Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes},
41-
author={Hong, Yuanduo and Pan, Huihui and Sun, Weichao and Jia, Yisong},
42-
year={2021},
43-
eprint={2101.06085},
44-
archivePrefix={arXiv},
45-
primaryClass={cs.CV},
39+
@article{pan2022deep,
40+
title={Deep Dual-Resolution Networks for Real-Time and Accurate Semantic Segmentation of Traffic Scenes},
41+
author={Pan, Huihui and Hong, Yuanduo and Sun, Weichao and Jia, Yisong},
42+
journal={IEEE Transactions on Intelligent Transportation Systems},
43+
year={2022},
44+
publisher={IEEE}
4645
}
4746
```

0 commit comments

Comments
 (0)