CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

can't download backbone model

Open myh12138 opened this issue 4 years ago • 3 comments

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.

myh12138 avatar Sep 06 '21 08:09 myh12138

Hi @myh12138, I am also getting the same issue.

Have you found any solution for this?

Thanks.

Chandhana99 avatar Oct 19 '21 07:10 Chandhana99

Hi @Chandhana99 @myh12138 , did you guys figure out any solution for this? Thanks.

shivam07a avatar Jul 05 '22 05:07 shivam07a

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'

shivam07a avatar Jul 06 '22 13:07 shivam07a