From c60c29877db4bfa12d8c12bf1cce97d6bcb67dd6 Mon Sep 17 00:00:00 2001 From: lizz Date: Fri, 10 Jul 2020 18:04:43 +0800 Subject: [PATCH 1/2] cite info Signed-off-by: lizz --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9f26759515..93fff44796 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,19 @@ This project is released under the [Apache 2.0 license](LICENSE). We appreciate all contributions to improve MMPose. Please refer to [CONTRIBUTING.md in MMDetection](https://github.com/open-mmlab/mmdetection/blob/master/.github/CONTRIBUTING.md) for the contributing guideline. +## Citation + +If you use this tool in your research, please cite this project. + +``` +@misc{mmpose, + author = {Wang, Can* and Jin, Sheng* and Duan, Haodong and Li, Xuanyi and Li, Zhizhong and Liu, Wentao and Chen, Kai and Qian, Chen and Lin, Dahua}, + title = {{mmpose}}, + howpublished = {\url{https://github.com/open-mmlab/mmpose}}, + year = {2020} +} +``` + ## Acknowledgement MMPose is an open source project that is contributed by researchers and engineers from various colleges and companies. From d1acfab9c9d3012d8ecbff22771895786b1e82aa Mon Sep 17 00:00:00 2001 From: lizz Date: Fri, 10 Jul 2020 21:56:20 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93fff44796..8bced4c034 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ If you use this tool in your research, please cite this project. year = {2020} } ``` +Can Wang and Sheng Jin are equal contributors. ## Acknowledgement