mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-05-25 18:22:18 +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>
5 lines
164 B
Python
5 lines
164 B
Python
_base_ = [
|
|
'../_base_/models/emanet_r50-d8.py', '../_base_/datasets/cityscapes.py',
|
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
|
|
]
|