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

How to convert Google Colab notebook into python modular programming as individual file scripts #176

Open AGRocky opened 11 months ago

AGRocky commented 11 months ago

Hi Folks, greetings of the day to y'all. I have successfully tried to run the code in the notebook with adding few other functionality to it and it works fantastic on colab. However, now I want this to run on my local machine with VScode IDE as modules. Please guide me through this. It would be deeply appreciated.

linkstatic12 commented 11 months ago

Can you please share the code?

Quanult commented 11 months ago

Hi @AGRocky, I have problems with running on the local host too, maybe we can help each other. Where are you get stuck?

AGRocky commented 11 months ago

@Quanult Hi thanks for the reply. I am able to run it on google colab but no idea how to integrate it as modular structure in VScode

Quanult commented 11 months ago

@AGRocky yes, i know it, but you have to tell me what is your problem is so I can discuss with you about that. The setup, installation or something? :D

AGRocky commented 11 months ago

for the installation of packages it doesn't take the versions

Quanult commented 11 months ago

try following this issue 166

linkstatic12 commented 11 months ago

this doesn't install mmcv. it fails on the setup.py error: subprocess-exited-with-error

python setup.py bdist_wheel did not run successfully. exit code: 1

[728 lines of output] C:\Users\immor\anaconda3.0\envs\test\lib\site-packages\setuptools\installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. SetuptoolsDeprecationWarning,