From 57bbfb7e275250bbf1f72f7242de2901c66b4a1c Mon Sep 17 00:00:00 2001 From: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Date: Wed, 5 Aug 2020 00:57:08 +0800 Subject: [PATCH] add cornernet (#3492) * add cornernet * update model zoo --- README.md | 1 + docs/model_zoo.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 79212c7a..ad0cd380 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Supported methods: - [x] [GRoIE](configs/groie/README.md) - [x] [DetectoRS](configs/detectors/README.md) - [x] [Generalized Focal Loss](configs/gfl/README.md) +- [x] [CornerNet](configs/cornernet/README.md) Some other methods are also supported in [projects using MMDetection](./docs/projects.md). diff --git a/docs/model_zoo.md b/docs/model_zoo.md index 266def7f..e2c5c809 100644 --- a/docs/model_zoo.md +++ b/docs/model_zoo.md @@ -144,6 +144,9 @@ Please refer to [DetectoRS](https://github.com/open-mmlab/mmdetection/blob/maste ### Generalized Focal Loss Please refer to [Generalized Focal Loss](https://github.com/open-mmlab/mmdetection/blob/master/configs/gfl) for details. +### CornerNet +Please refer to [CornerNet](https://github.com/open-mmlab/mmdetection/blob/master/configs/cornernet) for details. + ### Other datasets We also benchmark some methods on [PASCAL VOC](https://github.com/open-mmlab/mmdetection/blob/master/configs/pascal_voc), [Cityscapes](https://github.com/open-mmlab/mmdetection/blob/master/configs/cityscapes) and [WIDER FACE](https://github.com/open-mmlab/mmdetection/blob/master/configs/wider_face). -- GitLab