open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.43k stars 9.43k forks source link

DetectoRS + Res2net #3995

Closed hachreak closed 3 years ago

hachreak commented 4 years ago

Hi all, could somebody help me to use DetectoRS with a Res2net backbone? Both extend the ResNet classes but up to now it's not clear to me the best way to fuse both together.

Motivation To check advantages to use a better backbone.

yhcao6 commented 4 years ago

To integrate detectoRS with Res2net, you have to modify res2net.py and implement detectors_res2net yourself, which should be similar to what 'detectors_resnet.py' does.