DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.46k stars 422 forks source link

can't download backbone model #147

Open myh12138 opened 2 years ago

myh12138 commented 2 years ago

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.

Chandhana99 commented 2 years ago

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

Have you found any solution for this?

Thanks.

shivam07a commented 2 years ago

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

shivam07a commented 1 year ago

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'