Skip to content
Discussion options

You must be logged in to vote

You can set init_cfg in bbox_head. For example:

    bbox_head=dict(
        num_dcn=2,
        init_cfg=dict(
            type='Pretrained',
            checkpoint='https://download.openmmlab.com/mmdetection/v2.0/tood/tood_r101_fpn_dconv_c3-c5_mstrain_2x_coco/tood_r101_fpn_dconv_c3-c5_mstrain_2x_coco_20211210_213728-4a824142.pth'))

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ZwwWayne
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9056 on October 21, 2022 07:55.