Have some question regarding finetuning for model to add characters #1943
Replies: 2 comments 24 replies
-
Hi @Vishnu280412 👋, Could you please share the command you used to fine-tune the model ? :) In such cases I would suggest to freeze at a minimum the backbone with Best regards, |
Beta Was this translation helpful? Give feedback.
-
For fine-tuning you should generate a more divers dataset (start with 200++ images) - Additional I can't suggest the linked repo - with SynthTiger it works much better - I have modified the code a bit (not really clean yet - https://github.com/felixdittrich92/synthtiger/tree/doctr-modified) - You can configure it to your own needs |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So the doctr v0.10.0 is working fine in detecting all the texts as needed. But there is an issue with recognizing some currency symbols like "₹". So I did create a synthetic data set for it. Where the words had a combination of alphabets, numbers, currency symbols and other valid characters. So when I trained the recognition model, it then even failed to recognise the texts that it was recognising earlier.
So how do i approach with this? I want the OCR to be working as it's working now, but also need it to recognize "₹" symbol too (also some more symbols but wanted to understand how to train the model for this). If someone was able to do this, or if someone knows how to do this. Please do help.
Beta Was this translation helpful? Give feedback.
All reactions