[f1e01c]: / configs / deeplabv3plus / deeplabv3plus_r101b-d8_769x769_80k_cityscapes.py

Download this file

5 lines (4 with data), 161 Bytes

1
2
3
4
_base_ = './deeplabv3plus_r50-d8_769x769_80k_cityscapes.py'
model = dict(
pretrained='torchvision://resnet101',
backbone=dict(type='ResNet', depth=101))