Spaces:
Runtime error
Runtime error
File size: 234 Bytes
412c852 |
1 2 3 4 5 6 7 |
_base_ = './bisenetv1_r101-d32_4xb4-160k_coco-stuff164k-512x512.py'
model = dict(
backbone=dict(
backbone_cfg=dict(
init_cfg=dict(
type='Pretrained', checkpoint='open-mmlab://resnet101_v1c'))))
|