From b9fd8e4beac076c6460c1563fb3a2e6b7bb276c7 Mon Sep 17 00:00:00 2001 From: Mahmoud Zidan Date: Fri, 25 Sep 2020 11:44:34 +0200 Subject: [PATCH] adding mobilenetv2 to docs/model_zoo.md and readme.md (#146) * updating the readme with mobilenet_v2 backbone * adding mobilenetv2 to model_zoo.md * placing mobilenetv2 after pointrend --- README.md | 1 + docs/model_zoo.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 14484f93a..16fd84c44 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Supported backbones: - [x] ResNeXt - [x] [HRNet](configs/hrnet/README.md) - [x] [ResNeSt](configs/resnest/README.md) +- [x] [MobileNetV2](configs/mobilenet_v2/README.md) Supported methods: - [x] [FCN](configs/fcn) diff --git a/docs/model_zoo.md b/docs/model_zoo.md index 404eb4483..c59f31642 100644 --- a/docs/model_zoo.md +++ b/docs/model_zoo.md @@ -97,6 +97,10 @@ Please refer to [Semantic FPN](https://github.com/open-mmlab/mmsegmentation/blob Please refer to [PointRend](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/point_rend) for details. +### MobileNetV2 + +Please refer to [MobileNetV2](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/mobilenet_v2) for details. + ### EMANet Please refer to [EMANet](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/emanet) for details.