Res2Net / Res2Net-PretrainedModels

(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
https://mmcheng.net/res2net/
1.07k stars 215 forks source link

res2net50 mmdetection v2 #40

Closed dereyly closed 4 years ago

dereyly commented 4 years ago

I love to use res2net in mmdetection How can i convert pretrained res2net from mmdetection v1 to v2 I want to train res2net50 and convert some my experiments from v1.1

gasvn commented 4 years ago

What is v1.1? Do you mean res2net_v1b? If you want to convert res2net_v1b to the pretrained model used in mmdetection v2, you can refer to this code: https://github.com/Res2Net/mmdetection/blob/mmdetv1_res2net/tools/detectron2pytorch.py You may need a few modifications according to res2net.