table-transformer icon indicating copy to clipboard operation
table-transformer copied to clipboard

FinTab model is less accurate when it comes to financial reports?

Open linkstatic12 opened this issue 2 years ago • 1 comments

After comparing TATR-v1.1-Fin-msft.pth, TATR-v1.1-All-msft.pth and nielsr/detr-table-structure-recognition I found out that nielsr/detr-table-structure-recognition is more accurate when it comes to financial reports structure recognition. Am I doing something wrong?

linkstatic12 avatar Sep 13 '23 14:09 linkstatic12

pipe= TableExtractionPipeline(det_config_path='detection_config.json', det_model_path='../pubtables1m_detection_detr_r18.pth', det_device='cuda', str_config_path='structure_config.json', str_model_path='../TATR-v1.1-Fin-msft.pth', str_device='cuda') example of usage of fin tab weights only

linkstatic12 avatar Sep 13 '23 14:09 linkstatic12