[Feature] Support STDC Network (new) (#995)
* refactor stdc code
* update key
* fix backbone inference
* remove comments
* fixing errors
* fixing version conflict
* fux typo
* use STDCHead
* upload models&logs
* adding model converters script and fix unittest
* fix error
* fix error
* fix error
* delete redundant keys in config
* fix errors in configs and unittest
* fix errors in configs and unittest
* fix errors in configs and unittest
* change Memory name
* refactor stdc2mmseg
* change name to STDC
* refactor stdc
* refactor stdc
* stdc refactor
* stdc refactor
* stdc refactor
* stdc refactor
* stdc refactor
* stdc refactor
* refactor stdc
* stdc refactor
Co-authored-by:
xiexinch <xinchen.xie@qq.com>
Showing
- README.md 1 addition, 0 deletionsREADME.md
- README_zh-CN.md 1 addition, 0 deletionsREADME_zh-CN.md
- configs/_base_/models/stdc.py 83 additions, 0 deletionsconfigs/_base_/models/stdc.py
- configs/stdc/README.md 71 additions, 0 deletionsconfigs/stdc/README.md
- configs/stdc/stdc.yml 87 additions, 0 deletionsconfigs/stdc/stdc.yml
- configs/stdc/stdc1_512x1024_80k_cityscapes.py 9 additions, 0 deletionsconfigs/stdc/stdc1_512x1024_80k_cityscapes.py
- configs/stdc/stdc1_in1k-pre_512x1024_80k_cityscapes.py 6 additions, 0 deletionsconfigs/stdc/stdc1_in1k-pre_512x1024_80k_cityscapes.py
- configs/stdc/stdc2_512x1024_80k_cityscapes.py 2 additions, 0 deletionsconfigs/stdc/stdc2_512x1024_80k_cityscapes.py
- configs/stdc/stdc2_in1k-pre_512x1024_80k_cityscapes.py 6 additions, 0 deletionsconfigs/stdc/stdc2_in1k-pre_512x1024_80k_cityscapes.py
- mmseg/models/backbones/__init__.py 3 additions, 1 deletionmmseg/models/backbones/__init__.py
- mmseg/models/backbones/stdc.py 422 additions, 0 deletionsmmseg/models/backbones/stdc.py
- mmseg/models/decode_heads/__init__.py 3 additions, 1 deletionmmseg/models/decode_heads/__init__.py
- mmseg/models/decode_heads/stdc_head.py 90 additions, 0 deletionsmmseg/models/decode_heads/stdc_head.py
- model-index.yml 1 addition, 0 deletionsmodel-index.yml
- tests/test_models/test_backbones/test_stdc.py 131 additions, 0 deletionstests/test_models/test_backbones/test_stdc.py
- tests/test_models/test_heads/test_stdc_head.py 31 additions, 0 deletionstests/test_models/test_heads/test_stdc_head.py
- tools/model_converters/stdc2mmseg.py 71 additions, 0 deletionstools/model_converters/stdc2mmseg.py
Loading
Please register or sign in to comment