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

num_classes=80? #157

Open spratyush02 opened 2 years ago

spratyush02 commented 2 years ago

the num_classses in config file should be 1 for the task of table detection

robinnarsinghranabhat commented 2 years ago

@spratyush02 Could you share me a working copy where just the Table-Detection Part runs ? I am struggling with running this.

ChamlagainSanjay commented 1 year ago

@spratyush02 Could you share me a working copy where just the Table-Detection Part runs ? I am struggling with running this.

you can change config for just 1 class "Table" detection, also remove all unnecessary index on result from model_upgrade script provided at tools of repo..