uber-research / UPSNet

UPSNet: A Unified Panoptic Segmentation Network
Other
648 stars 120 forks source link

Is deformable conv used in the setting of r50 coco? #40

Open LaoYang1994 opened 5 years ago

YuwenXiong commented 5 years ago

deformconv is only used in semantic head in our provided setting, if you want use it in backbone you could set config.network.backbone_with_dconv to 3, 4, or 5 (means it will use deformconv starting from res3/4/5)