File size: 233 Bytes
412c852
 
 
 
 
 
 
1
2
3
4
5
6
7
8
_base_ = './bisenetv1_r50-d32_4xb4-160k_coco-stuff164k-512x512.py'

model = dict(
    backbone=dict(
        backbone_cfg=dict(
            init_cfg=dict(
                type='Pretrained', checkpoint='open-mmlab://resnet50_v1c'))))