Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about how to fine-tune the table-structure-recognition model. #189

Open
YingxuanW opened this issue Sep 5, 2024 · 2 comments
Open

Comments

@YingxuanW
Copy link

My need is to fine-tune this table-structure-recognition model, but at the moment I only have some images and don't know what to do with them. Which tools should I use to process these images in a dataset format suitable for fine-tuning?

It would be nice to have a detailed process.

Thanks!

@mazeem-arbisoft
Copy link

  • You will need to label the data with classes listed here
  • The data format needs to be in Pascal VOC, methods to output annotations in this format are implemented here
  • You can try to use available online tools (e.g. Labelimg)
  • We've wrote a tool that outputs data ready for fine-tuning this model, but that is not open source yet.

@YingxuanW
Copy link
Author

@mazeem-arbisoft Thanks a lot! Looking forward to your open source tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants