CascadeTabNet icon indicating copy to clipboard operation
CascadeTabNet copied to clipboard

Working on Colab not locally

Open cabudies opened this issue 4 years ago • 3 comments

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'

cabudies avatar Oct 07 '20 16:10 cabudies

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?

EHadoux avatar Oct 30 '20 16:10 EHadoux

Yes

cabudies avatar Nov 04 '20 04:11 cabudies

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

jaytimbadia avatar Feb 13 '21 13:02 jaytimbadia