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

Unable to reproduce results on ICDAR 2019 Modern Track A dataset #130

Open danishnazir opened 3 years ago

danishnazir commented 3 years ago

Hi, I am trying to reproduce your reported results and for that matter, I have tried two things until now.

  1. First I tried to run your model given here https://drive.google.com/open?id=1vfUr4pmmI4GICZubAnBeFU8pviMUW_c9 with your config given here https://github.com/DevashishPrasad/CascadeTabNet/blob/master/Config/cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py., but the configs and model seem incompatible with each other.

  2. After that I tried training the model using the configs at mmdetection and tried to reproduce your results but still I am not able to reach your reported results. Please guide me how I can reproduce your results.