mmsegmentation/mmseg/models/backbones
MengzhangLI 7db1cbb181 [Feature] Support ICNet (#884)
* add icnet backbone

* add icnet head

* add icnet configs

* nclass -> num_classes

* Support ICNet

* ICNet

* ICNet

* Add ICNeck

* Add ICNeck

* Add ICNeck

* Add ICNeck

* Adding unittest

* Uploading models & logs

* Uploading models & logs

* add comment

* smaller test_swin.py

* try to delete test_swin.py

* delete test_unet.py

* delete test_unet.py

* temp

* smaller test_unet.py

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-09-30 09:31:57 -07:00
..
__init__.py [Feature] Support ICNet (#884) 2021-09-30 09:31:57 -07:00
bisenetv1.py [Feature] Support BiSeNetV1 (#851) 2021-09-29 02:12:57 +08:00
bisenetv2.py [Feature] Support BiSeNetV2 (#804) 2021-09-26 18:52:16 +08:00
cgnet.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
fast_scnn.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
hrnet.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
icnet.py [Feature] Support ICNet (#884) 2021-09-30 09:31:57 -07:00
mit.py [Improvement] Refactor Swin-Transformer (#800) 2021-09-29 08:46:33 +08:00
mobilenet_v2.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
mobilenet_v3.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
resnest.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
resnet.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
resnext.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
swin.py fix load ckpt bug in swin (#928) 2021-09-30 07:50:44 -07:00
unet.py [Fix] Fix docstring link problem in readthedocs (#845) 2021-09-02 17:06:43 +08:00
vit.py [Improvement] Refactor Swin-Transformer (#800) 2021-09-29 08:46:33 +08:00