Yolov5s/ai_training/mmdetection/configs/yolact/yolact_r101_1x8_coco.py

8 lines
192 B
Python

_base_ = './yolact_r50_1x8_coco.py'
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(type='Pretrained',
checkpoint='torchvision://resnet101')))