You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

yolact_r101_1x8_coco.py 192 B

2 years ago
1234567
  1. _base_ = './yolact_r50_1x8_coco.py'
  2. model = dict(
  3. backbone=dict(
  4. depth=101,
  5. init_cfg=dict(type='Pretrained',
  6. checkpoint='torchvision://resnet101')))

No Description

Contributors (2)