Open myh12138 opened 3 years ago
Hi @myh12138, I am also getting the same issue.
Have you found any solution for this?
Thanks.
Hi @Chandhana99 @myh12138 , did you guys figure out any solution for this? Thanks.
Solve this issue and updating the solution here
Problem is with mmdet version 1x , it has been fixed with mmdet version 2x. However anyone using mmdet version 1x can make the below changes to fix this error.
Go to - mmcv > runner > checkpoint.py and change model path with the below path
'msra/hrnetv2_w32' : 'https://download.openmmlab.com/pretrain/third_party/hrnetv2_w32-dc9eeb4f.pth'
the backbone file can't be download https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/hrnetv2_w32-dc9eeb4f.pth anyone can provide a url ? thanks.