Skip to content

Commit d4d64eb

Browse files
authored
Change BiSeNetV2 to Method (open-mmlab#945)
1 parent 2676027 commit d4d64eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Supported backbones:
6666
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
6767
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
6868
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
69-
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
7069

7170
Supported methods:
7271

@@ -97,6 +96,7 @@ Supported methods:
9796
- [x] [DNLNet (ECCV'2020)](configs/dnlnet)
9897
- [x] [PointRend (CVPR'2020)](configs/point_rend)
9998
- [x] [CGNet (TIP'2020)](configs/cgnet)
99+
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
100100
- [x] [SETR (CVPR'2021)](configs/setr)
101101
- [x] [DPT (ArXiv'2021)](configs/dpt)
102102
- [x] [SegFormer (ArXiv'2021)](configs/segformer)

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
6565
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
6666
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
6767
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
68-
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
6968

7069
已支持的算法:
7170

@@ -96,6 +95,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
9695
- [x] [DNLNet (ECCV'2020)](configs/dnlnet)
9796
- [x] [PointRend (CVPR'2020)](configs/point_rend)
9897
- [x] [CGNet (TIP'2020)](configs/cgnet)
98+
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
9999
- [x] [SETR (CVPR'2021)](configs/setr)
100100
- [x] [DPT (ArXiv'2021)](configs/dpt)
101101
- [x] [SegFormer (ArXiv'2021)](configs/segformer)

0 commit comments

Comments
 (0)