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
pull/165/head
Mahmoud Zidan 2020-09-25 11:44:34 +02:00 committed by GitHub
parent 7f8bc7935c
commit b9fd8e4bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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.