From 2a454eb2b4d813bfad00f59b7905fdaf4b1a546c Mon Sep 17 00:00:00 2001 From: Gen Li Date: Tue, 30 Jul 2019 09:43:37 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 44e69ff..8f36698 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,12 @@ python eval_fps.py 512,1024 Please consider citing the [DABNet](https://arxiv.org/abs/1907.11357) if it's helpful for your research. ``` +@inproceedings{li2019dabnet, + title={DABNet: Depth-wise Asymmetric Bottleneck for Real-time Semantic Segmentation}, + author={Li, Gen and Yun, Inyong and Kim, Jonghyun and Kim, Joongkyu}, + booktitle={British Machine Vision Conference}, + year={2019} +} ``` ### Thanks to the Third Party Libs [Pytorch](https://github.com/pytorch/pytorch)