MCG-NKU / SCNet

The official PyTorch implementation of CVPR 2020 paper "Improving Convolutional Networks with Self-Calibrated Convolutions"
MIT License
379 stars 70 forks source link

is there a better way to add SCCONV in resnet18 #18

Open lxgen opened 3 years ago

lxgen commented 3 years ago

I try to add scconv in resnet18. As show in th pic, conv4 and conv7 can be seen as the two split blobs. Compare to resnet50, it seems lacking F1 conv as shown in your paper. And this architecture hasn't got better performance, maybe it seems I don't get a better pretrained model. Is there any better way to add this trick please?

lxgen commented 3 years ago

Snipaste_2021-09-09_11-20-36 Snipaste_2021-09-09_11-21-38

Danica-zc commented 2 years ago

Have you finish this task for add SCCONV in resnet18?