Skip to content
Snippets Groups Projects
Commit 61517c74 authored by wanggh's avatar wanggh
Browse files

add r18

parent 13add8cd
No related branches found
No related tags found
1 merge request!2Gpu3
_base_ = './cascade_rcnn_r50_fpn_1x_voc0712.py'
model = dict(
backbone=dict(
depth=18,
init_cfg=dict(type='Pretrained',
checkpoint='torchvision://resnet18')),
neck=dict(
in_channels=[64, 128, 256, 512],
))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment