From 268bd8d2eda359f52eef36dd825a8d741e7d73b7 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Mon, 9 Aug 2021 18:12:52 +0800 Subject: [PATCH] fix citations of ANN (#759) --- configs/ann/README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/configs/ann/README.md b/configs/ann/README.md index 7b166152f..94b180601 100644 --- a/configs/ann/README.md +++ b/configs/ann/README.md @@ -5,16 +5,12 @@ ```latex -@inproceedings{annn, - author = {Zhen Zhu and - Mengde Xu and - Song Bai and - Tengteng Huang and - Xiang Bai}, - title = {Asymmetric Non-local Neural Networks for Semantic Segmentation}, - booktitle={International Conference on Computer Vision}, - year = {2019}, - url = {http://arxiv.org/abs/1908.07678}, +@inproceedings{zhu2019asymmetric, + title={Asymmetric non-local neural networks for semantic segmentation}, + author={Zhu, Zhen and Xu, Mengde and Bai, Song and Huang, Tengteng and Bai, Xiang}, + booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision}, + pages={593--602}, + year={2019} } ```