From d4d64eb766e1b494af409be5e58c8a7f2a87a38b Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Wed, 13 Oct 2021 11:35:58 +0800 Subject: [PATCH] Change BiSeNetV2 to Method (#945) --- README.md | 2 +- README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e93b55..2efdec8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ Supported backbones: - [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3) - [x] [Vision Transformer (ICLR'2021)](configs/vit) - [x] [Swin Transformer (ArXiv'2021)](configs/swin) -- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2) Supported methods: @@ -97,6 +96,7 @@ Supported methods: - [x] [DNLNet (ECCV'2020)](configs/dnlnet) - [x] [PointRend (CVPR'2020)](configs/point_rend) - [x] [CGNet (TIP'2020)](configs/cgnet) +- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2) - [x] [SETR (CVPR'2021)](configs/setr) - [x] [DPT (ArXiv'2021)](configs/dpt) - [x] [SegFormer (ArXiv'2021)](configs/segformer) diff --git a/README_zh-CN.md b/README_zh-CN.md index 897abc5..fef4f43 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -65,7 +65,6 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O - [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3) - [x] [Vision Transformer (ICLR'2021)](configs/vit) - [x] [Swin Transformer (ArXiv'2021)](configs/swin) -- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2) 已支持的算法: @@ -96,6 +95,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O - [x] [DNLNet (ECCV'2020)](configs/dnlnet) - [x] [PointRend (CVPR'2020)](configs/point_rend) - [x] [CGNet (TIP'2020)](configs/cgnet) +- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2) - [x] [SETR (CVPR'2021)](configs/setr) - [x] [DPT (ArXiv'2021)](configs/dpt) - [x] [SegFormer (ArXiv'2021)](configs/segformer)