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

Working on Colab not locally #91

Open cabudies opened 3 years ago

cabudies commented 3 years ago

Hi,

Firstly thanks for this amazing idea. Also just wanted to let you know that I have got things working on Google colab however it's not working on my local machine. Using jupyter notebook, pytorch = 1.4, cuda installed. Getting following error -

  1. init() got unexpected for num_stages
  2. Just in case I comment that above lines, getting init() got an unexpected keyword argument 'bbox_roi_extractor'
EHadoux commented 3 years ago

I had that as well and I think it's when I was using the wrong version of mmdet. Are you using the same version as the one mentioned in the colab notebook?

cabudies commented 3 years ago

Yes

jaytimbadia commented 3 years ago

Hi,

Firstly thanks for this amazing idea. Also just wanted to let you know that I have got things working on Google colab however it's not working on my local machine. Using jupyter notebook, pytorch = 1.4, cuda installed. Getting following error -

  1. init() got unexpected for num_stages
  2. Just in case I comment that above lines, getting init() got an unexpected keyword argument 'bbox_roi_extractor'

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 !!