DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.46k stars 422 forks source link

How to get cell coordinates ? #121

Open Vibha111094 opened 3 years ago

Vibha111094 commented 3 years ago

When you perform the below operation :

result = inference_detector(model, img)

and print the result, the result is uninterpretable.

Can someone please guide me if there is a way to get this information?

Chanonry commented 2 years ago

Yes please.

It is possible to draw conclusions on the arrays and the bounding box co-ordinates but what are the other fields in result ??

Chanonry commented 2 years ago

This may help point in the right direction

https://github.com/DevashishPrasad/CascadeTabNet/issues/44#issuecomment-638767408