You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for sharing your implementation.
The shared ImageNet pre-trained model resnet_101_MSRA_C4.pth might be incorrect.
I find it contains som unexpected weights and biases, i.e., roi_heads.{visual_attention_head.meta_box_head, box_head, weak_box_head}.res5.0.{shortcut, conv1, conv2, conv3}, roi_heads.box_predictor.{cls_score, bbox_pred} and proposal_generator.rpn_head.{conv, objectness_logits, anchor_deltas}.
In my understanding, such a pre-trained model usually only contain the a backbone and a classifier for ImageNet 1K classification.
Would you mind checking that the link provided is correct?
The text was updated successfully, but these errors were encountered:
Hi, thanks for sharing your implementation.
The shared ImageNet pre-trained model
resnet_101_MSRA_C4.pth
might be incorrect.I find it contains som unexpected weights and biases, i.e.,
roi_heads.{visual_attention_head.meta_box_head, box_head, weak_box_head}.res5.0.{shortcut, conv1, conv2, conv3}
,roi_heads.box_predictor.{cls_score, bbox_pred}
andproposal_generator.rpn_head.{conv, objectness_logits, anchor_deltas}
.In my understanding, such a pre-trained model usually only contain the a backbone and a classifier for ImageNet 1K classification.
Would you mind checking that the link provided is correct?
The text was updated successfully, but these errors were encountered: