From 8cf4be73a4e10ce7f96531000b6502cf7cd5478b Mon Sep 17 00:00:00 2001 From: Kai Chen <chenkaidev@gmail.com> Date: Tue, 16 Oct 2018 22:05:07 +0800 Subject: [PATCH] update citation --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 0d18f53..f66c809 100644 --- a/README.md +++ b/README.md @@ -206,3 +206,19 @@ Expected results in WORK_DIR: ## Technical details Some implementation details and project structures are described in the [technical details](TECHNICAL_DETAILS.md). + +## Citation + +If you use our codebase or models in your research, please cite this project. +We will release a paper or technical report later. + +``` +@misc{mmdetection2018, + author = {Kai Chen and Jiangmiao Pang and Jiaqi Wang and Yu Xiong and Xiaoxiao Li + and Shuyang Sun and Wansen Feng and Ziwei Liu and Jianping Shi and + Wanli Ouyang and Chen Change Loy and Dahua Lin}, + title = {mmdetection}, + howpublished = {\url{https://github.com/open-mmlab/mmdetection}}, + year = {2018} +} +``` -- GitLab