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

Demo Error! #104

Open belkhir-aziz opened 3 years ago

belkhir-aziz commented 3 years ago

While running the demo I get this error. image

samypy commented 3 years ago

@belkhir-aziz try this !pip install mmcv==0.4.3

jaytimbadia commented 3 years ago

While running the demo I get this error. image

Hi, Hope you are doing great.

Can you please share your colab notebook since I am trying for 5 days and it's not even not working for me in colab. I am getting this error: ImportError: cannot import name 'isStringType'

Not sure how to resolve it, it would be really helpful if you can share your running notebook.

Thank you !!

elnazsn1988 commented 3 years ago

I am also having the isStringType error which I suspect has to do with Pillow versions as it always throws up bugs

elnazsn1988 commented 3 years ago

While running the demo I get this error. image

Hi, Hope you are doing great.

Can you please share your colab notebook since I am trying for 5 days and it's not even not working for me in colab. I am getting this error: ImportError: cannot import name 'isStringType'

Not sure how to resolve it, it would be really helpful if you can share your running notebook.

Thank you !!

so I was able to bypass this, but had to do a few things, main one of which is to unitinstall Pillow from both Conda and PIp. Then force reinstall Pillow 6.2.1 exactly, no other Pillow version worked for me. Restart Kernal after upgrade/downgrade.