jainammm / TableNet

Unofficial implementation of "TableNet: Deep Learning model for end-to-end Table detection and Tabular data extraction from Scanned Document Images"
320 stars 72 forks source link

Unable to train and test #9

Open saidileep10 opened 3 years ago

saidileep10 commented 3 years ago

NewRandomAccessFile failed to Create/Open: ./Downloads/TableNet-master/dataset/Marmot : Access is denied. ; Input/output error

getting this error while trying to execute in jupyter notebook

shivakumar-np commented 3 years ago

Hi @thenoobprogramer, I am also facing the same error, if you have solved it can you please inform me how to solve it? Thanks in advance!! :)

sathiyaajith15 commented 3 years ago

How to train and test the model

Alaike3 commented 3 years ago

Has anyone solved this problem?

ashithachowdarykosaraju commented 3 years ago

Please help on this , I m unable to move forward

nkrot commented 3 years ago

This project seems abandoned, since the moment it was pushed to the repository :) i spent half a day fixing the notebook and managed to run it.

Jimin980921 commented 3 years ago

change tree = ET.parse('./dataset/Marmot/' + filename + '.xml') ->tree = ET.parse('./dataset/Marmot_data/' + filename + '.xml') in .py file