-
Notifications
You must be signed in to change notification settings - Fork 6
feat: OCR evaluator #63
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
Conversation
Signed-off-by: Christoph Auer <[email protected]>
Signed-off-by: Christoph Auer <[email protected]>
Signed-off-by: Christoph Auer <[email protected]>
Signed-off-by: Christoph Auer <[email protected]>
Signed-off-by: samiuc <[email protected]>
@cau-git I've completed all the to-do list items you mentioned in the description above. Just a quick note, we now calculate both CER and Character Accuracy. I've also added the tests for each hyperscaler for OCR and the code now follows the same design pattern as the other modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samiuc thanks for checking off the TODOs!
Below are a few remaining remarks from my end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Christoph Auer <[email protected]>
Signed-off-by: Christoph Auer <[email protected]>
Adds an OCR evaluator which computes CER.
Picked out and updated from branch
integrate-ocr-benchmarks
, see #46TODO
__call__
)visualize
facility (see here).