wangwen-whu / WTW-Dataset

This is an official implementation for the WTW Dataset in "Parsing Table Structures in the Wild " on table detection and table structure recognition.
Other
152 stars 15 forks source link

How is splicing implemented in cycle-centernet? #19

Open yalcinakin opened 1 year ago

yalcinakin commented 1 year ago

Thank you for this awesome paper and dataset. I am trying to understand this paper. It would be great to get a clarification image

I understand how to calculate the following 1- Centers 2- Vertices 3- Bbox, Centers to Vertices 4- Gbox, Vertices to Centers

But I can not understand how these 4 values are used in order to decide the final values for a cell. In heuristic grouping scheme (in supplementary materials), cells with 4 vertices are already decided. Could you clarify how it is done?