shahrukhqasim / TIES-2.0

Code for: S.R. Qasim, H. Mahmood, and F. Shafait, Rethinking Table Recognition using Graph Neural Networks (2019)
MIT License
276 stars 69 forks source link

Is the repo public-ready? #3

Open munikarmanish opened 5 years ago

munikarmanish commented 5 years ago

Hi guys, this project looks really interesting! But there are some of ToDo's in the README.md.

We'll remove this note once we are done. Expect them to be done by June 15, 2019.

Any chance that's done? I want to try this out and extract tables in the documents I have.

Anyway, thanks for open-sourcing this project. ❤️

shahrukhqasim commented 5 years ago

Hey, yeah you should be able to run it.

However, note that the dataset has not been uploaded yet. I will do it soon. However, you can use the other repository (linked) to generate it. In addition to this, this repository is only made to work on the synthetic dataset on which it is trained. It won't generalize to other examples unless you have a dataset of them to train on. It is more for research purposes.

I saw you created more issues. I will reply to them soon (probably by tonight) as we get free.

And you are welcome for the repository. I'll try to resolve and reply on all the issues but I may take some time. Sorry for the delays.

tdembelova commented 4 years ago

Hi Shah Rukh,

thank you for open-sourcing the project! Does it mean that the results you have published in your paper were produced on the dataset, on which you have trained the model? If no, what was ratio between training and test datasets?

Best Tatiana