[4e96d3]: / configs / pspnet / pspnet_r50b-d8_512x1024_80k_cityscapes.py

Download this file

3 lines (2 with data), 134 Bytes

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