-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Request for Updated Pre-trained Models #423
Comments
I am using the trainer of easyOCR , its inside the repository. And I also could not use a pre trained model, I ahve to create one form scratch |
@charlyjazz-sprockets did you run this code ? i think in configuration file you can make option FR to True in order to finetune easyocr, and in this case it will use the pretrained model |
I did not try! Let me know to talk about this repo! |
Are you having weird validations scores? My validations score are too good, but when I use the model in easyocr the perfomance is bad |
@CharlyJazz how did you train you model ? what code did you use ? |
https://github.com/JaidedAI/EasyOCR/blob/master/trainer/train.py The validation is super good But when I use the pth file the prediciton are super stupid bad |
what's the size of your dataset ? also can you please show me the code of how you used the model.pth to get text as output ? for me it gives me a matrix of numbers and when i convert it to text , it doesn't give the right output |
Update: after 1M iteration the model seems to have better predictions |
let me know if u wanna share knowledge about this thing I have discord |
i'll try to inscrease number of iterations too , and i contacted you on linkedIn |
Hello,
I want to fine-tune EasyOCR for French (easyocr.Reader([fr])), and I followed the instructions provided in this note and this article. However, I encountered a problem: the note suggests downloading the OCR pre-trained model from this Google Drive link, but the latest models available there were uploaded in 2020. Given that the last updates to EasyOCR were made 10 months ago, these models are outdated and do not perform as well as the latest EasyOCR version.
Additionally, I need to improve the French version specifically, but there is no option to specify which language to train. I tried to obtain a .pth file for the latest version of EasyOCR but wasn't sure how to proceed.
Could you please guide me on how to get the latest pre-trained model for EasyOCR, and how to fine-tune it specifically for French?
Thank you.
The text was updated successfully, but these errors were encountered: