File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ Supported backbones:
66
66
- [x] [ MobileNetV3 (ICCV'2019)] ( configs/mobilenet_v3 )
67
67
- [x] [ Vision Transformer (ICLR'2021)] ( configs/vit )
68
68
- [x] [ Swin Transformer (ArXiv'2021)] ( configs/swin )
69
- - [x] [ BiSeNetV2 (IJCV'2021)] ( configs/bisenetv2 )
70
69
71
70
Supported methods:
72
71
@@ -97,6 +96,7 @@ Supported methods:
97
96
- [x] [ DNLNet (ECCV'2020)] ( configs/dnlnet )
98
97
- [x] [ PointRend (CVPR'2020)] ( configs/point_rend )
99
98
- [x] [ CGNet (TIP'2020)] ( configs/cgnet )
99
+ - [x] [ BiSeNetV2 (IJCV'2021)] ( configs/bisenetv2 )
100
100
- [x] [ SETR (CVPR'2021)] ( configs/setr )
101
101
- [x] [ DPT (ArXiv'2021)] ( configs/dpt )
102
102
- [x] [ SegFormer (ArXiv'2021)] ( configs/segformer )
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
65
65
- [x] [ MobileNetV3 (ICCV'2019)] ( configs/mobilenet_v3 )
66
66
- [x] [ Vision Transformer (ICLR'2021)] ( configs/vit )
67
67
- [x] [ Swin Transformer (ArXiv'2021)] ( configs/swin )
68
- - [x] [ BiSeNetV2 (IJCV'2021)] ( configs/bisenetv2 )
69
68
70
69
已支持的算法:
71
70
@@ -96,6 +95,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
96
95
- [x] [ DNLNet (ECCV'2020)] ( configs/dnlnet )
97
96
- [x] [ PointRend (CVPR'2020)] ( configs/point_rend )
98
97
- [x] [ CGNet (TIP'2020)] ( configs/cgnet )
98
+ - [x] [ BiSeNetV2 (IJCV'2021)] ( configs/bisenetv2 )
99
99
- [x] [ SETR (CVPR'2021)] ( configs/setr )
100
100
- [x] [ DPT (ArXiv'2021)] ( configs/dpt )
101
101
- [x] [ SegFormer (ArXiv'2021)] ( configs/segformer )
You can’t perform that action at this time.
0 commit comments