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

how i use the Res2Net in res2Net-maskrcnn #26

Closed RLiBIn closed 4 years ago

RLiBIn commented 4 years ago

Iam interested in your success,I want to reproduce this project and find inspiration from it .can you provide detailed steps,Thanks.

gasvn commented 4 years ago

Thanks for your interest. You can refer to this repo for the reproduction of res2net-maskrcnn: https://github.com/Res2Net/Res2Net-maskrcnn

RLiBIn commented 4 years ago

I am sorry.i can't reproduce this project https://github.com/Res2Net/Res2Net-maskrcnn,it happen some error. size mismatch for backbone.body.layer4.2.conv3.weight: copying a param with shape torch.Size([2048, 896, 1, 1]) from checkpoint, the shape in current model is torch.Size([2048, 512, 1, 1]).

gasvn commented 4 years ago

Please refer to this issue: https://github.com/Res2Net/Res2Net-maskrcnn/issues/1#issuecomment-596181262