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

Download this file

3 lines (2 with data), 130 Bytes

1
2
_base_ = './fcn_r50-d8_769x769_80k_cityscapes.py'
model = dict(pretrained='torchvision://resnet50', backbone=dict(type='ResNet'))