Skip to content

Commit 493d5e8

Browse files
authored
Update README.md
1 parent 3dfbe7f commit 493d5e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ Please download MIT imagenet pretrained [resnet101-imagenet.pth](http://scenepar
3737
### Benefits
3838
Some recent projects have already benefited from our implementations. For example, [Object Context Network(OCNet)](https://github.com/PkuRainBow/OCNet) currently achieves the state-of-the-art resultson Cityscapes and ADE20K. In addition, our code also make great contributions to [Context Embedding with EdgePerceiving (CE2P)](https://github.com/liutinglt/CE2P), which won the 1st places in all human parsing tracks in the 2nd LIP Challange.
3939

40+
### Citing
41+
42+
If you find this code useful in your research, please consider citing:
43+
44+
@online{torch2018segment,
45+
author = {Huang, Zilong and Wei, Yunchao and Wang, Xinggang, and Liu, Wenyu},
46+
title = {A PyTorch Semantic Segmentation Toolbox},
47+
year = 2018,
48+
url = {https://github.com/speedinghzl/pytorch-segmentation-toolbox}
49+
}
50+
4051
### Thanks to the Third Party Libs
4152
[inplace_abn](https://github.com/mapillary/inplace_abn) -
4253
[Pytorch-Deeplab](https://github.com/speedinghzl/Pytorch-Deeplab) -

0 commit comments

Comments
 (0)