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
Thanks for your project!
I have downloaded the pretrained model diou.pth , but when I use this it runs into an error like this:
File "DIoU-pytorch-detectron-master/lib/modeling/model_builder.py", line 128, in _init_modules
resnet_utils.load_pretrained_imagenet_weights(self)
File "DIoU-pytorch-detectron-master/lib/utils/resnet_weights_helper.py", line 38, in load_pretrained_imagenet_weights
bn_mean = pretrianed_state_dict[pretrianed_name + '.running_mean']
KeyError: 'res1.bn1.running_mean'
I wonder if i have not set the right defualt settings
The text was updated successfully, but these errors were encountered:
Thanks for your project!
I have downloaded the pretrained model diou.pth , but when I use this it runs into an error like this:
File "DIoU-pytorch-detectron-master/lib/modeling/model_builder.py", line 128, in _init_modules
resnet_utils.load_pretrained_imagenet_weights(self)
File "DIoU-pytorch-detectron-master/lib/utils/resnet_weights_helper.py", line 38, in load_pretrained_imagenet_weights
bn_mean = pretrianed_state_dict[pretrianed_name + '.running_mean']
KeyError: 'res1.bn1.running_mean'
I wonder if i have not set the right defualt settings
The text was updated successfully, but these errors were encountered: