mirror of
https://github.com/NVlabs/SegFormer.git
synced 2025-06-03 14:48:49 +08:00
3 lines
132 B
Python
Executable File
3 lines
132 B
Python
Executable File
_base_ = './ccnet_r50-d8_769x769_40k_cityscapes.py'
|
|
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))
|