samewind / configs /backup /foveabox /fovea_r101_fpn_4xb4-2x_coco.py
scfive
Resolve README.md conflict and continue rebase
e8f2571
raw
history blame contribute delete
198 Bytes
_base_ = './fovea_r50_fpn_4xb4-2x_coco.py'
model = dict(
backbone=dict(
depth=101,
init_cfg=dict(type='Pretrained',
checkpoint='torchvision://resnet101')))