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

How to get excel output after getting three adjacency matrices? #33

Open gds101054108 opened 4 years ago

gds101054108 commented 4 years ago

@shahrukhqasim Thanks for your great job. As you say in the paper:

After getting adjacency matrices,complete cells, rows and columns can be reconstructed by solving the problem of maximal cliques [33] for rows and columns and connected components for cells.

sankhoroy commented 4 years ago

I have the same problem as above. Any idea or suggestion will be helpful. But problem comes into scene when I have jumled adjacency matrix. So, now I have the problem of assigning wrong vertex to wrong cell. What to do in this scenerio?