Replies: 2 comments 9 replies
-
我也遇到同样问题,论文使用的resnet50和原始resnet50的stride设置不同,导致layer4的输出尺寸过大,再过最后平均池化之后变形成BC1*1和原始resnet50此处的通道数C不同,我认为不能使用原始版本Resnet50的池化设置和全连接分类头,我尝试了直接修改最后池化的stride和全连接输入通道,效果不理想,希望项目作者能够开源resnet50预训练的部分代码。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
论文中应该有提到,预训练阶段使用的是标准resnet设置。 |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我想知道backbone的预训练模型(renst50.model)是如何得到的,所用的网络结构是siamrpn++中的resnet50的网络结构吗?如果用siamrpn++中的resnet50进行预训练,renset50最终的fc层的输入通道是多少?在输入fc前的特征图尺寸是多少?是否需要对此时的特征图尺寸进行压缩?
Beta Was this translation helpful? Give feedback.
All reactions