mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 06:36:08 +08:00
* add emanet * fixed bug and typos * add emanet config * fixed padding * fixed identity * rename * rename * add concat_input * fallback to update last * Fixed concat * update EMANet * Add tests * remove self-implement norm Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
3 lines
133 B
Python
3 lines
133 B
Python
_base_ = './emanet_r50-d8_769x769_80k_cityscapes.py'
|
|
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))
|