doc-analysis / TableBank

TableBank: A Benchmark Dataset for Table Detection and Recognition
Apache License 2.0
987 stars 139 forks source link

bounding boxes coordinates #17

Closed anantnd closed 4 years ago

anantnd commented 4 years ago

how do I get the coordinates of the boxes?

anantnd commented 4 years ago

what is the output of cls_boxes? how do I get coordinates of the boxes in (x1,y1,x2,y2) order

liminghao1630 commented 4 years ago

Please describe your problem in detail. Is your question about detectron?

anantnd commented 4 years ago

yes, it was about detectron. I figured it out though.

parzival1l commented 4 years ago

Hey, how did you figure that out ? Could you tell that .@anantnd

yes, it was about detectron. I figured it out though.

anantnd commented 4 years ago

@iambatman07 all the coordinates are stored in cls_boxes

parzival1l commented 4 years ago

@iambatman07 all the coordinates are stored in cls_boxes

Could you please tell me if it's in points or pixels or inch wise. That information is not available though, also if it's measured top down or bottom up. Thanks @anantnd

anantnd commented 4 years ago

pixels. (x1, y1, x2, y2) -> where, (x1, y1) = top left & (x2, y2) = bottom right

parzival1l commented 4 years ago

Thanks man @anantnd