linkstatic12

Results 22 comments of linkstatic12

@bsmock would i need to modify the detection_config.json and structure_config.json when i train the TATR with the FinTabNet dataset?

I have found that easyOCR is much better than Tesseract when it comes to OCR on PDFs with table and financial data. Also I am trying to use TrOCR with...

You will get an error while running the process_fintabnet.py just modify the code at line 1340: From this: with open(save_filepath, 'w') as out_file: To this: with open(save_filepath, 'w',encoding="utf-8") as out_file:

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

Looking in links: https://download.pytorch.org/whl/torch_stable.html ERROR: Could not find a version that satisfies the requirement torch==1.5.1+cpu (from versions: 1.11.0, 1.11.0+cpu, 1.11.0+cu102, 1.11.0+cu113, 1.11.0+cu115, 1.11.0+rocm4.3.1, 1.11.0+rocm4.5.2, 1.12.0, 1.12.0+cpu, 1.12.0+cu102, 1.12.0+cu113, 1.12.0+cu116, 1.12.0+rocm5.0,...

How did u make it run? Which version of pytorch, cuda are you using? Which version of python are you using?

I know this is really unorthodox but is it possible that we can do an online meeting? I have been stuck on this problem for the past 2 months now...