From a74af8d1fd02fc43f1068463fcbdacb17238c999 Mon Sep 17 00:00:00 2001 From: Jiarui XU Date: Fri, 10 Jul 2020 02:10:58 +0800 Subject: [PATCH] add model_zoo link --- README.md | 23 +++++++++++++++++++++++ docs/model_zoo.md | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89b6e1be38..9e7cf39b3f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,29 @@ The master branch works with **PyTorch 1.3 to 1.5**. This project is released under the [Apache 2.0 license](LICENSE). +## Benchmark and model zoo + +Results and models are available in the [model zoo](docs/model_zoo.md). + +Supported backbones: +- [x] ResNet +- [x] ResNeXt +- [x] HRNet + +Supported methods: +- [x] [FCN](configs/fcn) +- [x] [PSPNet](configs/pspnet) +- [x] [DeepLabV3](configs/deeplabv3) +- [x] [PSANet](configs/psanet) +- [x] [DeepLabV3+](configs/deeplabv3plus) +- [x] [UPerNet](configs/upernet) +- [x] [NonLocal Net](configs/nonlocal_net) +- [x] [CCNet](configs/ccnet) +- [x] [DANet](configs/danet) +- [x] [GCNet](configs/gcnet) +- [x] [ANN](configs/ann) +- [x] [OCRNet](configs/ocrnet) + ## Installation Please refer to [INSTALL.md](docs/install.md) for installation and dataset preparation. diff --git a/docs/model_zoo.md b/docs/model_zoo.md index eae48d4a4b..8f39928e76 100644 --- a/docs/model_zoo.md +++ b/docs/model_zoo.md @@ -43,9 +43,9 @@ Please refer to [PSANet](https://github.com/open-mmlab/mmsegmentation/tree/maste Please refer to [DeepLabV3+](https://github.com/open-mmlab/mmsegmentatio/tree/master/configs/deeplabv3plus) for details. -### UperNet +### UPerNet -Please refer to [UperNet](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/upernet) for details. +Please refer to [UPerNet](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/upernet) for details. ### NonLocal Net