Skip to content
Snippets Groups Projects
Commit e0c456d7 authored by Kai Chen's avatar Kai Chen
Browse files

update readme

parent 60835efa
No related branches found
No related tags found
No related merge requests found
# mmdetection # MMDetection
**News**: We released the technical report on [ArXiv](https://arxiv.org/abs/1906.07155).
## Introduction ## Introduction
...@@ -19,18 +21,18 @@ a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http ...@@ -19,18 +21,18 @@ a part of the open-mmlab project developed by [Multimedia Laboratory, CUHK](http
- **Support of multiple frameworks out of box** - **Support of multiple frameworks out of box**
The toolbox directly supports popular detection frameworks, *e.g.* Faster RCNN, Mask RCNN, RetinaNet, etc. The toolbox directly supports popular and contemporary detection frameworks, *e.g.* Faster RCNN, Mask RCNN, RetinaNet, etc.
- **Efficient** - **High efficiency**
All basic bbox and mask operations run on GPUs now. All basic bbox and mask operations run on GPUs now.
The training speed is nearly 2x faster than Detectron and comparable to maskrcnn-benchmark. The training speed is nearly 2x faster than Detectron and comparable to maskrcnn-benchmark.
- **State of the art** - **State of the art**
This was the codebase of the *MMDet* team, who won the [COCO Detection 2018 challenge](http://cocodataset.org/#detection-leaderboard). This was the codebase of the *MMDet* team, who won the [COCO Detection 2018 challenge](http://cocodataset.org/#detection-leaderboard), and we keep pushing it forward.
Apart from mmdetection, we also released a library [mmcv](https://github.com/open-mmlab/mmcv) for computer vision research, Apart from MMDetection, we also released a library [mmcv](https://github.com/open-mmlab/mmcv) for computer vision research,
which is heavily depended on by this toolbox. which is heavily depended on by this toolbox.
## License ## License
...@@ -111,25 +113,25 @@ Please refer to [INSTALL.md](INSTALL.md) for installation and dataset preparatio ...@@ -111,25 +113,25 @@ Please refer to [INSTALL.md](INSTALL.md) for installation and dataset preparatio
## Get Started ## Get Started
Please see [GETTING_STARTED.md](GETTING_STARTED.md) for the basic usage of mmdetection. Please see [GETTING_STARTED.md](GETTING_STARTED.md) for the basic usage of MMDetection.
## Contributing ## Contributing
We appreciate all contributions to improve mmdetection. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for the contributing guideline. We appreciate all contributions to improve MMDetection. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for the contributing guideline.
## Citation ## Citation
If you use our codebase or models in your research, please cite this project. If you use this toolbox or benchmark in your research, please cite this project.
We will release a paper or technical report later.
``` ```
@misc{mmdetection2018, @article{mmdetection,
author = {Kai Chen and Jiangmiao Pang and Jiaqi Wang and Yu Xiong and Xiaoxiao Li title = {MMDetection: Open MMLab Detection Toolbox and Benchmark},
and Shuyang Sun and Wansen Feng and Ziwei Liu and Jianping Shi and author = {Kai Chen, Jiaqi Wang, Jiangmiao Pang, Yuhang Cao, Yu Xiong, Xiaoxiao Li,
Wanli Ouyang and Chen Change Loy and Dahua Lin}, Shuyang Sun, Wansen Feng, Ziwei Liu, Jiarui Xu, Zheng Zhang, Dazhi Cheng,
title = {mmdetection}, Chenchen Zhu, Tianheng Cheng, Qijie Zhao, Buyu Li, Xin Lu, Rui Zhu, Yue Wu,
howpublished = {\url{https://github.com/open-mmlab/mmdetection}}, Jifeng Dai, Jingdong Wang, Jianping Shi, Wanli Ouyang, Chen Change Loy, Dahua Lin},
year = {2018} journal = {arXiv preprint arXiv:1906.07155},
year = {2019}
} }
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment