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

Evaluation code and results generation #28

Open MingzhouZhang opened 4 years ago

MingzhouZhang commented 4 years ago

@shahrukhqasim Hi, author, thanks for your excellent work. I am now concentrating on the problem of table recognition, and learn a lot from your paper and code. It's really kind of you for sharing your code and giving detailed description. By contrasting the paper and code, I found that the part of the evaluation doesn't exist in the project, and I am frustrated when converting the three adjacency matrices(cell, row, column) into the final results. Could you please share the two parts code?