diff --git a/README.md b/README.md index 79212c7adeba273ec87baa96f35fd4fcdcae1159..ad0cd38088122f6ee8990d1acafcbee608ed38ed 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 266def7f355beddca832369b60f8bf77accc686d..e2c5c80985279a7887dcb60ed28169c057970962 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).