Spaces:
Runtime error
Runtime error
File size: 222 Bytes
412c852 |
1 2 3 4 5 6 7 |
_base_ = './icnet_r50-d8_4xb2-80k_cityscapes-832x832.py'
model = dict(
backbone=dict(
backbone_cfg=dict(
init_cfg=dict(
type='Pretrained', checkpoint='open-mmlab://resnet50_v1c'))))
|