how i use the Res2Net in res2Net-maskrcnn
RLiBIn opened this issue · 3 comments
RLiBIn commented
Iam interested in your success,I want to reproduce this project and find inspiration from it .can you provide detailed steps,Thanks.
gasvn commented
Thanks for your interest. You can refer to this repo for the reproduction of res2net-maskrcnn: https://github.com/Res2Net/Res2Net-maskrcnn
RLiBIn commented
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
Please refer to this issue: Res2Net/Res2Net-maskrcnn#1 (comment)