From 03e14ed2c77deb194e90a244812f9008bac05024 Mon Sep 17 00:00:00 2001
From: Kai Chen <chenkaidev@gmail.com>
Date: Sun, 2 Dec 2018 15:55:55 +0800
Subject: [PATCH] fix checkbox

---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 7dd9aab..8f217c7 100644
--- a/README.md
+++ b/README.md
@@ -58,14 +58,14 @@ Results and models are available in the [Model zoo](MODEL_ZOO.md).
 
 |                    | ResNet   | ResNeXt  | SENet    | VGG      |
 |--------------------|:--------:|:--------:|:--------:|:--------:|
-| RPN                | - [x]    | - [ ]    | - [ ]    | x        |
-| Fast R-CNN         | - [x]    | - [ ]    | - [ ]    | x        |
-| Faster R-CNN       | - [x]    | - [ ]    | - [ ]    | x        |
-| Mask R-CNN         | - [x]    | - [ ]    | - [ ]    | x        |
-| Cascade R-CNN      | - [x]    | - [ ]    | - [ ]    | x        |
-| Cascade Mask R-CNN | - [x]    | - [ ]    | - [ ]    | x        |
-| SSD                | x        | x        | x        | - [ ]    |
-| RetinaNet          | - [x]    | - [ ]    | - [ ]    | x        |
+| RPN                | ✓        | ☐        | ☐        | ✗        |
+| Fast R-CNN         | ✓        | ☐        | ☐        | ✗        |
+| Faster R-CNN       | ✓        | ☐        | ☐        | ✗        |
+| Mask R-CNN         | ✓        | ☐        | ☐        | ✗        |
+| Cascade R-CNN      | ✓        | ☐        | ☐        | ✗        |
+| Cascade Mask R-CNN | ✓        | ☐        | ☐        | ✗        |
+| SSD                | ✗        | ✗        | ✗        | ☐        |
+| RetinaNet          | ✓        | ☐        | ☐        | ✗        |
 
 ## Installation
 
-- 
GitLab