diff --git a/README.md b/README.md index a72fbb88fc7fad31d48e3e9580c520256f7ea4ac..9caf633c432cf122e46b08a8158f65e9f294b933 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# mm-det -Open MMLab Detection Toolbox +# mm-detection +Open-MMLab Detection Toolbox + +**Note:** + +We are still working on organizing the codebase. This toolbox will be formally released by the end of September. Stay tuned! + +--- + +## Major Features + +- **Modular Design** + + One can easily construct a customized object detection framework by combining different components. + +- **Support of multiple frameworks out of box** + + The toolbox directly supports popular detection frameworks, *e.g.* Faster RCNN, Mask RCNN, and R-FCN, etc. + +- **State of the art** + + This was the codebase of the *MMDet* team, who won the [COCO Detection 2018 challenge](http://cocodataset.org/#detection-leaderboard). +