From e6205b15c8c8ada992f1d47a965a3c448b692984 Mon Sep 17 00:00:00 2001 From: Xintao Date: Fri, 10 Jul 2020 13:31:02 +0800 Subject: [PATCH] update README (#93) * update README * update README Co-authored-by: wangxintao --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c3875752..cd998d1ec9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ This project is released under the [Apache 2.0 license](LICENSE). v0.5 was released in 09/07/2020. +Note that **MMSR** has been merged into this repo, as a part of MMEditing. +With elaborate designs of the new framework and careful implementations, +hope MMEditing could provide better experience. + ## Benchmark and model zoo Please refer to [model_zoo.md](docs/model_zoo.md) for more details. @@ -58,13 +62,17 @@ Please see [getting_started.md](docs/getting_started.md) for the basic usage of We appreciate all contributions to improve MMEditing. Please refer to [CONTRIBUTING.md in MMDetection](https://github.com/open-mmlab/mmdetection/blob/master/.github/CONTRIBUTING.md) for the contributing guideline. +## Acknowledgement + +MMEditing is an open source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new methods. + ## Citation If you use this toolbox or benchmark in your research, please cite this project. ``` @misc{mmediting2020, - author = {Jiamin He, Rui Xu, Xintao Wang, Liming Jiang, Wayne Wu, Chen Qian, Kai Chen, Dahua Lin and Chen Change Loy}, + author = {He, Jiamin and Xu, Rui and Wang, Xintao and Jiang, Liming and Wu, Wayne and Qian, Chen and Chen, Kai and Lin, Dahua and Loy, Chen Change}, title = {{MMEditing}: Open MMLab Image and Video Editing Toolbox}, howpublished = {\url{https://github.com/open-mmlab/mmediting}}, year = {2020}