Spaces:
Runtime error
Runtime error
File size: 215 Bytes
412c852 |
1 2 3 4 5 6 7 8 |
_base_ = ['./mask2former_r50_8xb2-160k_ade20k-512x512.py']
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(type='Pretrained',
checkpoint='torchvision://resnet101')))
|