You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried fine tuning the model with custom receipt dataset for IE task and noticed issues with the output text extracted for given set of keys. It either misses out or add extra 1-2 characters to the actual text present in the document and this pattern is very frequent. I am using the default input_size: [1280, 960]. The images are really clear where any other off the shelf OCR model is able to extract text with no errors. I fine-tuned the model with 400 images with 15 keys and tested it on 100 samples. Has anyone encountered such issue?
The text was updated successfully, but these errors were encountered:
Hi,
It will depend on the data/task. If you can share the input image with errors (and any additional helpful information), we may find a reason/solution faster. Given the limited information, I can give you a basic checklist:
Did your model training converge? You may need to adjust some hyperparameters, including the number of epochs, the input resolution of the encoder, or the max length of the decoder.
Plus, there is a hands-on tutorial at this link that might be helpful to you. In addition, checking other reported/resolved issues in this repository will also be useful. Hope this helps :)
Hi,
I tried fine tuning the model with custom receipt dataset for IE task and noticed issues with the output text extracted for given set of keys. It either misses out or add extra 1-2 characters to the actual text present in the document and this pattern is very frequent. I am using the default input_size: [1280, 960]. The images are really clear where any other off the shelf OCR model is able to extract text with no errors. I fine-tuned the model with 400 images with 15 keys and tested it on 100 samples. Has anyone encountered such issue?
The text was updated successfully, but these errors were encountered: