@@ -57,37 +57,38 @@ Results and models are available in the [model zoo](docs/model_zoo.md).
5757
5858Supported backbones:
5959
60- - [x] ResNet
61- - [x] ResNeXt
62- - [x] [ HRNet] ( configs/hrnet/README.md )
63- - [x] [ ResNeSt] ( configs/resnest/README.md )
64- - [x] [ MobileNetV2] ( configs/mobilenet_v2/README.md )
65- - [x] [ MobileNetV3] ( configs/mobilenet_v3/README.md )
60+ - [x] ResNet (CVPR'2016)
61+ - [x] ResNeXt (CVPR'2017)
62+ - [x] [ HRNet (CVPR'2019) ] ( configs/hrnet/README.md )
63+ - [x] [ ResNeSt (ArXiv'2020) ] ( configs/resnest/README.md )
64+ - [x] [ MobileNetV2 (CVPR'2018) ] ( configs/mobilenet_v2/README.md )
65+ - [x] [ MobileNetV3 (ICCV'2019) ] ( configs/mobilenet_v3/README.md )
6666
6767Supported methods:
6868
69- - [x] [ FCN] ( configs/fcn )
70- - [x] [ PSPNet] ( configs/pspnet )
71- - [x] [ DeepLabV3] ( configs/deeplabv3 )
72- - [x] [ PSANet] ( configs/psanet )
73- - [x] [ DeepLabV3+] ( configs/deeplabv3plus )
74- - [x] [ UPerNet] ( configs/upernet )
75- - [x] [ NonLocal Net] ( configs/nonlocal_net )
76- - [x] [ EncNet] ( configs/encnet )
77- - [x] [ CCNet] ( configs/ccnet )
78- - [x] [ DANet] ( configs/danet )
79- - [x] [ APCNet] ( configs/apcnet )
80- - [x] [ GCNet] ( configs/gcnet )
81- - [x] [ DMNet] ( configs/dmnet )
82- - [x] [ ANN] ( configs/ann )
83- - [x] [ OCRNet] ( configs/ocrnet )
84- - [x] [ Fast-SCNN] ( configs/fastscnn )
85- - [x] [ Semantic FPN] ( configs/sem_fpn )
86- - [x] [ PointRend] ( configs/point_rend )
87- - [x] [ EMANet] ( configs/emanet )
88- - [x] [ DNLNet] ( configs/dnlnet )
89- - [x] [ CGNet] ( configs/cgnet )
90- - [x] [ Mixed Precision (FP16) Training] ( configs/fp16/README.md )
69+ - [x] [ FCN (CVPR'2015/TPAMI'2017)] ( configs/fcn )
70+ - [x] [ UNet (MICCAI'2016/Nat. Methods'2019)] ( configs/unet )
71+ - [x] [ PSPNet (CVPR'2017)] ( configs/pspnet )
72+ - [x] [ DeepLabV3 (CVPR'2017)] ( configs/deeplabv3 )
73+ - [x] [ Mixed Precision (FP16) Training (ArXiv'2017)] ( configs/fp16/README.md )
74+ - [x] [ PSANet (ECCV'2018)] ( configs/psanet )
75+ - [x] [ DeepLabV3+ (CVPR'2018)] ( configs/deeplabv3plus )
76+ - [x] [ UPerNet (ECCV'2018)] ( configs/upernet )
77+ - [x] [ NonLocal Net (CVPR'2018)] ( configs/nonlocal_net )
78+ - [x] [ EncNet (CVPR'2018)] ( configs/encnet )
79+ - [x] [ Semantic FPN (CVPR'2019)] ( configs/sem_fpn )
80+ - [x] [ DANet (CVPR'2019)] ( configs/danet )
81+ - [x] [ APCNet (CVPR'2019)] ( configs/apcnet )
82+ - [x] [ EMANet (ICCV'2019)] ( configs/emanet )
83+ - [x] [ CCNet (ICCV'2019)] ( configs/ccnet )
84+ - [x] [ DMNet (ICCV'2019)] ( configs/dmnet )
85+ - [x] [ ANN (ICCV'2019)] ( configs/ann )
86+ - [x] [ GCNet (ICCVW'2019/TPAMI'2020)] ( configs/gcnet )
87+ - [x] [ Fast-SCNN (ArXiv'2019)] ( configs/fastscnn )
88+ - [x] [ OCRNet (ECCV'2020)] ( configs/ocrnet )
89+ - [x] [ DNLNet (ECCV'2020)] ( configs/dnlnet )
90+ - [x] [ PointRend (CVPR'2020)] ( configs/point_rend )
91+ - [x] [ CGNet (TIP'2020)] ( configs/cgnet )
9192
9293## Installation
9394
0 commit comments