poloclub / tsr-convstem

High-Performance Transformers for Table Structure Recognition Need Early Convolutions
https://arxiv.org/abs/2311.05565
MIT License
39 stars 2 forks source link

Are there any plans to open source the pre-trained model files? #2

Open CycloneBoy opened 8 months ago

CycloneBoy commented 8 months ago

Thank you very much for your work. Can you provide the trained model files? This will facilitate downstream applications and reproduce experimental results.

ShengYun-Peng commented 7 months ago

Thanks, @CycloneBoy! Yes, we will. Actually, we have a newer model coming out that is capable of fully digitalizing a tabular image, including table structure, table cell bounding box, and table cell content. I will paste the link to that repo once it's public.

elisenze commented 7 months ago

Thank you. It will be wonderful.

ShengYun-Peng commented 7 months ago

The link to the model is at https://github.com/poloclub/unitable. The pre-trained model weights will be released soon.

ShengYun-Peng commented 6 months ago

Thank you all for your patience! The pretrained and finetuned model weights are publicly available now at https://github.com/poloclub/unitable! Please follow the instructions in the README.md to run the training and inference code.