-
Notifications
You must be signed in to change notification settings - Fork 11
fix: ocr visualization and add ocr recognition metrics #144
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: samiullahchattha <Sami.Ullah1@ibm.com>
|
❌ DCO Check Failed Hi @samiuc, your pull request has failed the Developer Certificate of Origin (DCO) check. This repository supports remediation commits, so you can fix this without rewriting history — but you must follow the required message format. 🛠 Quick Fix: Add a remediation commitRun this command: git commit --allow-empty -s -m "DCO Remediation Commit for samiullahchattha <Sami.Ullah1@ibm.com>
I, samiullahchattha <Sami.Ullah1@ibm.com>, hereby add my Signed-off-by to this commit: 794d99fc12d4fe0dcc6debc77ee05fcbd07730e4
I, samiullahchattha <Sami.Ullah1@ibm.com>, hereby add my Signed-off-by to this commit: 20b89544994c0c12c34721b32eb38e230b690f36"
git push🔧 Advanced: Sign off each commit directlyFor the latest commit: git commit --amend --signoff
git push --force-with-leaseFor multiple commits: git rebase --signoff origin/main
git push --force-with-leaseMore info: DCO check report |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Signed-off-by: samiullahchattha <Sami.Ullah1@ibm.com>
Signed-off-by: samiullahchattha <Sami.Ullah1@ibm.com>
Signed-off-by: samiullahchattha <Sami.Ullah1@ibm.com>
Signed-off-by: samiuc <sami.ullah.chat@gmail.com>
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!
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!
Visualization Fixes
Recognition Metrics
is_true_positive=Falsein metadata.Word Merging and Weighting Fixes
word_weightto correctly assign credit for merged GT words in recognition metrics.textandorigvalues:origuses the ground truth text.Ignore-Zone Filtering
ignore_zone_filter_type("default" or "hwr").Aggregation and Reporting
"union", with"mean"also available.