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

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

Open YingxuanW opened this issue 1 year ago • 2 comments

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!

YingxuanW avatar Sep 05 '24 10:09 YingxuanW

  • 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.

mazeem-arbisoft avatar Sep 23 '24 22:09 mazeem-arbisoft

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

YingxuanW avatar Sep 24 '24 01:09 YingxuanW