table-transformer
table-transformer copied to clipboard
Fine-tuning Tutorial
I'm confused on how to fine-tune the model on custom dataset for table structure recognition. I had few questions regarding fine-tuning process.
- What should be the folder structure for the dataset.
- Also, I tried to execute main.py file and got the following error.
It would be really helpful if someone provide a fine-tuning example on any sample dataset. Thank You so much. cc'ing @bsmock for visibility
Hi,
See this link for all tutorials: https://github.com/microsoft/table-transformer/issues/68#issuecomment-1282409585
@Iron-man-0 Have you got any tutorial to fine-tune the model? If yes, please share the link or answer this question please:
- What should be the folder structure for the dataset
@NielsRogge Hi, I was trying to train the model for table detection using the procedure given in the README. But after following all the procedures I am getting and error RuntimeError: Directory 'static/' does not exist. I am attaching an image as well please help me put here.
This (https://github.com/microsoft/table-transformer/issues/125) might help you.