Skip to content

Commit 268bd8d

Browse files
authored
fix citations of ANN (open-mmlab#759)
1 parent f2f41c6 commit 268bd8d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

configs/ann/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55
<!-- [ALGORITHM] -->
66

77
```latex
8-
@inproceedings{annn,
9-
author = {Zhen Zhu and
10-
Mengde Xu and
11-
Song Bai and
12-
Tengteng Huang and
13-
Xiang Bai},
14-
title = {Asymmetric Non-local Neural Networks for Semantic Segmentation},
15-
booktitle={International Conference on Computer Vision},
16-
year = {2019},
17-
url = {http://arxiv.org/abs/1908.07678},
8+
@inproceedings{zhu2019asymmetric,
9+
title={Asymmetric non-local neural networks for semantic segmentation},
10+
author={Zhu, Zhen and Xu, Mengde and Bai, Song and Huang, Tengteng and Bai, Xiang},
11+
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
12+
pages={593--602},
13+
year={2019}
1814
}
1915
```
2016

0 commit comments

Comments
 (0)