snnetv2-semantic-segmentation / configs /pspnet /pspnet_r101b-d8_4xb2-80k_cityscapes-512x1024_night-driving-1920x1080.py
HubHop
update
412c852
raw
history blame
192 Bytes
_base_ = './pspnet_r50-d8_4xb2-80k_cityscapes-512x1024_night-driving-1920x1080.py' # noqa
model = dict(
pretrained='torchvision://resnet101',
backbone=dict(type='ResNet', depth=101))