[4e96d3]: / configs / danet / danet_r101-d8_769x769_40k_cityscapes.py

Download this file

3 lines (2 with data), 132 Bytes

1
2
_base_ = './danet_r50-d8_769x769_40k_cityscapes.py'
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))