houqb / CoordAttention

Code for our CVPR2021 paper coordinate attention
MIT License
984 stars 120 forks source link

Does it work in other classic networks such as CSPdarknet or ResNet which are not mobile networks #13

Open 15050188022 opened 3 years ago

15050188022 commented 3 years ago

i use it in resnet50 for detection,but the map is lower than the original

yes

hexin6688 commented 3 years ago

hi!if I want to use the 'Cooratt' in resnet50, should I replace the 'RELU6' to 'relu'?

Fateeeeee commented 3 years ago

i use it in resnet50 for detection,but the map is lower than the original

yes

Does that mean it can't be added in these net? What is your experience in that?

duduzai2019 commented 1 year ago

Hi, how can i find the resnet+CA pretrained? Thanks!