From ab58c79f98d545091f5793b19c5da865fd0033e1 Mon Sep 17 00:00:00 2001
From: Dahua Lin <lindahua@gmail.com>
Date: Sun, 9 Sep 2018 16:50:50 +0800
Subject: [PATCH] add major features to readme

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index dd815af..2e5ca17 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,20 @@ 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 competition](http://cocodataset.org/#detection-leaderboard). 
+  
-- 
GitLab