mirror of
https://github.com/NVlabs/SegFormer.git
synced 2025-06-03 14:48:49 +08:00
5 lines
161 B
Python
Executable File
5 lines
161 B
Python
Executable File
_base_ = './deeplabv3plus_r50-d8_769x769_80k_cityscapes.py'
|
|
model = dict(
|
|
pretrained='torchvision://resnet101',
|
|
backbone=dict(type='ResNet', depth=101))
|