BangguWu / ECANet

Code for ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans to provide ECA-resnet.py on mmdetection?

ACbccc opened this issue · comments

Hi:
I tried your code on IMAGENET and get conpetitive performance. But when I added your eca-net from your code to resnet.py of mmdetection, I can't get same results as paper with RetinaNet. Your job is insight but do you have Any plans to provide codes on mmdetection? Thanks!

The object detection and instance segmentation experiments we performed using mmdetection only replaced bakcbone, and the specific modification method can be combined with the code we gave and refer to https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/new_modules.md for modification.