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.49k stars 427 forks source link

Prediction in colab #39

Closed Etisti closed 4 years ago

Etisti commented 4 years ago

Hi, i'm a newbie with mmdetection, i had some issues (mentionned in the open issue's github too) trying to run it on cpu, so i decided to try a prediction in colab but i faced the error below and i could not find the solution alone

image

gireek commented 4 years ago

Was anybody able to solve this issue?

AyanGadpal commented 4 years ago

I was unable to reproduce the error you are getting, Please take a look at demo notebook : Open In Colab Do tell us if you are still getting that error or not

Etisti commented 4 years ago

Thank you AyanGadpal, maybe it was a version problem since i used the last version of pytorch and mmdetection, your demo work very well thank you :)

mtchibozo commented 4 years ago

I believe it is a version error linked with the mmcv version. Try using the following line in the first cell of the colab notebook (instead of the default import of mmcv). !pip install -q mmcv==0.4.3 terminaltables