From 53c5cd45b60e3c69dfbefa802034c6a15debf1b6 Mon Sep 17 00:00:00 2001 From: zhouzaida Date: Wed, 30 Jun 2021 09:59:56 +0800 Subject: [PATCH] add citation in readme.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a8045e9513..5520688d63 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,19 @@ If you would like to build MMCV from source, please refer to the [guide](https:/ If you face some installation issues, CUDA related issues or RuntimeErrors, you may first refer to this [Trouble Shooting Page](https://mmcv.readthedocs.io/en/latest/trouble_shooting.html). +## Citation + +If you find this project useful in your research, please consider cite: + +```latex +@misc{mmcv, + title={{MMCV: OpenMMLab} Computer Vision Foundation}, + author={MMCV Contributors}, + howpublished = {\url{https://github.com/open-mmlab/mmcv}}, + year={2018} +} +``` + ## Contributing We appreciate all contributions to improve MMCV. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for the contributing guideline.