-
Notifications
You must be signed in to change notification settings - Fork 248
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
Add the PARSeq model for Scene Text Recognition #2036
base: master
Are you sure you want to change the base?
Conversation
Thanks! When this is done, could you attach a colab showing basic usage? Or even just a code snippet that shows the full usage including data input formats would be helpful. |
A few comments on code layout of this first version of the code:
Document explaining where the bug happens!!!
|
Adds the PARSeq OCR model for scene text recognition (STR): https://arxiv.org/abs/2207.06966
Features:
This is (so far) a 1:1 translation of PaddleOCR's implementation (Apache 2.0-licensed), in particular of
Next steps:
Task
for OCR