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.22k stars 247 forks source link

Duplicated classes in table_datasets.py #87

Open yellowjs0304 opened 1 year ago

yellowjs0304 commented 1 year ago

@bsmock Hi, thank you for sharing your work.

I have some question about your code.

Why there are duplicated class in your code? for example Class RandomCrop in table_datasets.py L137, L267 and Class RandomResize in table_dataset.py L185, L395

Is this just typo? I'm confused. please check this issue.