123456789101112 |
- _base_ = './glip_atss_swin-t_a_fpn_dyhead_pretrain_obj365.py'
- model = dict(
- backbone=dict(
- embed_dims=192,
- depths=[2, 2, 18, 2],
- num_heads=[6, 12, 24, 48],
- window_size=12,
- drop_path_rate=0.4,
- ),
- neck=dict(in_channels=[384, 768, 1536]),
- bbox_head=dict(early_fuse=True, num_dyhead_blocks=8))
|