[f1e01c]: / configs / pspnet / pspnet_r101b-d8_512x1024_80k_dark.py

Download this file

5 lines (4 with data), 149 Bytes

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