the output i got is shown below;
00:44 detectron2]: Arguments: Namespace(confidence_threshold=0.2, config_file='configs/DLA_mask_rcnn_X_101_32x8d_FPN_3x.yaml', input=['/content/gdrive/My Drive/Untitled folder/PMC4527132_00004.jpg'], opts=['MODEL.WEIGHTS', '/content/gdrive/My Drive/Unt/model_final.pth', 'MODEL.DEVICE', 'cpu'], output='/content/gdrive/My Drive/Unt', video_input=None, webcam=False)
WARNING [03/27 12:00:44 d2.config.compat]: Config 'configs/DLA_mask_rcnn_X_101_32x8d_FPN_3x.yaml' has no VERSION. Assuming it to be compatible with latest v2.
'backbone.bottom_up.res2.0.conv1.weight' has shape (64, 64, 1, 1) in the checkpoint but (256, 64, 1, 1) in the model! Skipped.
'backbone.bottom_up.res2.0.conv1.norm.weight' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv1.norm.bias' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv1.norm.running_mean' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv1.norm.running_var' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv2.weight' has shape (64, 64, 3, 3) in the checkpoint but (256, 8, 3, 3) in the model! Skipped.
'backbone.bottom_up.res2.0.conv2.norm.weight' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv2.norm.bias' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv2.norm.running_mean' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv2.norm.running_var' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.0.conv3.weight' has shape (256, 64, 1, 1) in the checkpoint but (256, 256, 1, 1) in the model! Skipped.
'backbone.bottom_up.res2.1.conv1.weight' has shape (64, 256, 1, 1) in the checkpoint but (256, 256, 1, 1) in the model! Skipped.
'backbone.bottom_up.res2.1.conv1.norm.weight' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv1.norm.bias' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv1.norm.running_mean' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv1.norm.running_var' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv2.weight' has shape (64, 64, 3, 3) in the checkpoint but (256, 8, 3, 3) in the model! Skipped.
'backbone.bottom_up.res2.1.conv2.norm.weight' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv2.norm.bias' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv2.norm.running_mean' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv2.norm.running_var' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.1.conv3.weight' has shape (256, 64, 1, 1) in the checkpoint but (256, 256, 1, 1) in the model! Skipped.
'backbone.bottom_up.res2.2.conv1.weight' has shape (64, 256, 1, 1) in the checkpoint but (256, 256, 1, 1) in the model! Skipped.
'backbone.bottom_up.res2.2.conv1.norm.weight' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv1.norm.bias' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv1.norm.running_mean' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv1.norm.running_var' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv2.weight' has shape (64, 64, 3, 3) in the checkpoint but (256, 8, 3, 3) in the model! Skipped.
'backbone.bottom_up.res2.2.conv2.norm.weight' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv2.norm.bias' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv2.norm.running_mean' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv2.norm.running_var' has shape (64,) in the checkpoint but (256,) in the model! Skipped.
'backbone.bottom_up.res2.2.conv3.weight' has shape (256, 64, 1, 1) in the checkpoint but (256, 256, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.0.conv1.weight' has shape (128, 256, 1, 1) in the checkpoint but (512, 256, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.0.conv1.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv1.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv1.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv1.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv2.weight' has shape (128, 128, 3, 3) in the checkpoint but (512, 16, 3, 3) in the model! Skipped.
'backbone.bottom_up.res3.0.conv2.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv2.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv2.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv2.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.0.conv3.weight' has shape (512, 128, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.1.conv1.weight' has shape (128, 512, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.1.conv1.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv1.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv1.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv1.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv2.weight' has shape (128, 128, 3, 3) in the checkpoint but (512, 16, 3, 3) in the model! Skipped.
'backbone.bottom_up.res3.1.conv2.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv2.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv2.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv2.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.1.conv3.weight' has shape (512, 128, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.2.conv1.weight' has shape (128, 512, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.2.conv1.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv1.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv1.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv1.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv2.weight' has shape (128, 128, 3, 3) in the checkpoint but (512, 16, 3, 3) in the model! Skipped.
'backbone.bottom_up.res3.2.conv2.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv2.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv2.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv2.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.2.conv3.weight' has shape (512, 128, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.3.conv1.weight' has shape (128, 512, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res3.3.conv1.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv1.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv1.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv1.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv2.weight' has shape (128, 128, 3, 3) in the checkpoint but (512, 16, 3, 3) in the model! Skipped.
'backbone.bottom_up.res3.3.conv2.norm.weight' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv2.norm.bias' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv2.norm.running_mean' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv2.norm.running_var' has shape (128,) in the checkpoint but (512,) in the model! Skipped.
'backbone.bottom_up.res3.3.conv3.weight' has shape (512, 128, 1, 1) in the checkpoint but (512, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.0.conv1.weight' has shape (256, 512, 1, 1) in the checkpoint but (1024, 512, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.0.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.0.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.0.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.1.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.1.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.1.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.1.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.2.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.2.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.2.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.2.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.3.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.3.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.3.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.3.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.4.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.4.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.4.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.4.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.5.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.5.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.5.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.5.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.6.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.6.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.6.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.6.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.7.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.7.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.7.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.7.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.8.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.8.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.8.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.8.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.9.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.9.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.9.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.9.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.10.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.10.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.10.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.10.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.11.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.11.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.11.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.11.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.12.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.12.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.12.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.12.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.13.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.13.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.13.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.13.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.14.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.14.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.14.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.14.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.15.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.15.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.15.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.15.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.16.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.16.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.16.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.16.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.17.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.17.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.17.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.17.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.18.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.18.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.18.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.18.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.19.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.19.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.19.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.19.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.20.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.20.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.20.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.20.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.21.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.21.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.21.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.21.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.22.conv1.weight' has shape (256, 1024, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res4.22.conv1.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv1.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv1.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv1.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv2.weight' has shape (256, 256, 3, 3) in the checkpoint but (1024, 32, 3, 3) in the model! Skipped.
'backbone.bottom_up.res4.22.conv2.norm.weight' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv2.norm.bias' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv2.norm.running_mean' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv2.norm.running_var' has shape (256,) in the checkpoint but (1024,) in the model! Skipped.
'backbone.bottom_up.res4.22.conv3.weight' has shape (1024, 256, 1, 1) in the checkpoint but (1024, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res5.0.conv1.weight' has shape (512, 1024, 1, 1) in the checkpoint but (2048, 1024, 1, 1) in the model! Skipped.
'backbone.bottom_up.res5.0.conv1.norm.weight' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv1.norm.bias' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv1.norm.running_mean' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv1.norm.running_var' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv2.weight' has shape (512, 512, 3, 3) in the checkpoint but (2048, 64, 3, 3) in the model! Skipped.
'backbone.bottom_up.res5.0.conv2.norm.weight' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv2.norm.bias' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv2.norm.running_mean' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv2.norm.running_var' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.0.conv3.weight' has shape (2048, 512, 1, 1) in the checkpoint but (2048, 2048, 1, 1) in the model! Skipped.
'backbone.bottom_up.res5.1.conv1.weight' has shape (512, 2048, 1, 1) in the checkpoint but (2048, 2048, 1, 1) in the model! Skipped.
'backbone.bottom_up.res5.1.conv1.norm.weight' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv1.norm.bias' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv1.norm.running_mean' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv1.norm.running_var' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv2.weight' has shape (512, 512, 3, 3) in the checkpoint but (2048, 64, 3, 3) in the model! Skipped.
'backbone.bottom_up.res5.1.conv2.norm.weight' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv2.norm.bias' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv2.norm.running_mean' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv2.norm.running_var' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.1.conv3.weight' has shape (2048, 512, 1, 1) in the checkpoint but (2048, 2048, 1, 1) in the model! Skipped.
'backbone.bottom_up.res5.2.conv1.weight' has shape (512, 2048, 1, 1) in the checkpoint but (2048, 2048, 1, 1) in the model! Skipped.
'backbone.bottom_up.res5.2.conv1.norm.weight' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv1.norm.bias' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv1.norm.running_mean' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv1.norm.running_var' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv2.weight' has shape (512, 512, 3, 3) in the checkpoint but (2048, 64, 3, 3) in the model! Skipped.
'backbone.bottom_up.res5.2.conv2.norm.weight' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv2.norm.bias' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv2.norm.running_mean' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv2.norm.running_var' has shape (512,) in the checkpoint but (2048,) in the model! Skipped.
'backbone.bottom_up.res5.2.conv3.weight' has shape (2048, 512, 1, 1) in the checkpoint but (2048, 2048, 1, 1) in the model! Skipped.
0% 0/1 [00:00<?, ?it/s][03/27 12:01:02 detectron2]: /content/gdrive/My Drive/Untitled folder/PMC4527132_00004.jpg: detected 0 instances in 15.44s
100% 1/1 [00:15<00:00, 15.52s/it]
i use google colab and i use the pre trained weights given in repository