Spaces:
Runtime error
Runtime error
File size: 257 Bytes
412c852 |
1 2 3 4 5 6 7 8 |
_base_ = './bisenetv1_r50-d32_4xb4-160k_cityscapes-1024x1024.py'
model = dict(
type='EncoderDecoder',
backbone=dict(
backbone_cfg=dict(
init_cfg=dict(
type='Pretrained', checkpoint='open-mmlab://resnet50_v1c'))))
|