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.47k stars 422 forks source link

Error running the demo notebook #60

Closed Zacchaeus00 closed 3 years ago

Zacchaeus00 commented 3 years ago

Hi, when I ran the demo notebook on Colab, I got the following error:

Screen Shot 2020-07-31 at 19 12 38

Should I upgrade mmdetection?

AyanGadpal commented 3 years ago

Hey @Zacchaeus14 , No need to upgrade mmdetection Just add pip install mmcv==0.4.3, or use the lastest Demo notebook, Duplicate of #56