[4e96d3]: / configs / fcn / fcn_r101b-d8_769x769_80k_cityscapes.py

Download this file

5 lines (4 with data), 151 Bytes

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