mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-05-25 18:22:18 +08:00
* Add Pascal Context to mmsegmentation * Add benchmark result to Pascal Context * fix mmcv version * fix code syntax * fix code syntax again * Update mmseg/models/segmentors/encoder_decoder.py update hint Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com> * update comment * fix pascal context model path * fix model path mistake again * fix model path mistake again * fix model path mistakes again Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
3 lines
137 B
Python
3 lines
137 B
Python
_base_ = './pspnet_r50-d8_480x480_80k_pascal_context.py'
|
|
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))
|