Change BiSeNetV2 to Method (#945)
parent
d81554a642
commit
279b7e5d25
|
@ -66,7 +66,6 @@ Supported backbones:
|
||||||
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
|
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
|
||||||
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
|
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
|
||||||
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
|
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
|
||||||
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
|
|
||||||
|
|
||||||
Supported methods:
|
Supported methods:
|
||||||
|
|
||||||
|
@ -97,6 +96,7 @@ Supported methods:
|
||||||
- [x] [DNLNet (ECCV'2020)](configs/dnlnet)
|
- [x] [DNLNet (ECCV'2020)](configs/dnlnet)
|
||||||
- [x] [PointRend (CVPR'2020)](configs/point_rend)
|
- [x] [PointRend (CVPR'2020)](configs/point_rend)
|
||||||
- [x] [CGNet (TIP'2020)](configs/cgnet)
|
- [x] [CGNet (TIP'2020)](configs/cgnet)
|
||||||
|
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
|
||||||
- [x] [SETR (CVPR'2021)](configs/setr)
|
- [x] [SETR (CVPR'2021)](configs/setr)
|
||||||
- [x] [DPT (ArXiv'2021)](configs/dpt)
|
- [x] [DPT (ArXiv'2021)](configs/dpt)
|
||||||
- [x] [SegFormer (ArXiv'2021)](configs/segformer)
|
- [x] [SegFormer (ArXiv'2021)](configs/segformer)
|
||||||
|
|
|
@ -65,7 +65,6 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O
|
||||||
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
|
- [x] [MobileNetV3 (ICCV'2019)](configs/mobilenet_v3)
|
||||||
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
|
- [x] [Vision Transformer (ICLR'2021)](configs/vit)
|
||||||
- [x] [Swin Transformer (ArXiv'2021)](configs/swin)
|
- [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] [DNLNet (ECCV'2020)](configs/dnlnet)
|
||||||
- [x] [PointRend (CVPR'2020)](configs/point_rend)
|
- [x] [PointRend (CVPR'2020)](configs/point_rend)
|
||||||
- [x] [CGNet (TIP'2020)](configs/cgnet)
|
- [x] [CGNet (TIP'2020)](configs/cgnet)
|
||||||
|
- [x] [BiSeNetV2 (IJCV'2021)](configs/bisenetv2)
|
||||||
- [x] [SETR (CVPR'2021)](configs/setr)
|
- [x] [SETR (CVPR'2021)](configs/setr)
|
||||||
- [x] [DPT (ArXiv'2021)](configs/dpt)
|
- [x] [DPT (ArXiv'2021)](configs/dpt)
|
||||||
- [x] [SegFormer (ArXiv'2021)](configs/segformer)
|
- [x] [SegFormer (ArXiv'2021)](configs/segformer)
|
||||||
|
|
Loading…
Reference in New Issue