microsoft / table-transformer

Table Transformer (TATR) is a deep learning model for extracting tables from unstructured documents (PDFs and images). This is also the official repository for the PubTables-1M dataset and GriTS evaluation metric.
MIT License
2.01k stars 231 forks source link

How to only compute standard object detection metrics for structure model? #132

Open secsilm opened 10 months ago

secsilm commented 10 months ago

I don't have table words file and I only need standard object detection metrics.

bsmock commented 10 months ago

Hi,

The code doesn't currently support this because we didn't design TATR to be used without words. But it makes sense to still want to evaluate the model performance.

We can add this as a feature request.

Best, Brandon