-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: LogoAnnotations - Label addition #38
base: main
Are you sure you want to change the base?
Conversation
Work in Progress
290fbc8
to
43cb71c
Compare
0c0dd17
to
aacd463
Compare
Kudos, SonarCloud Quality Gate passed! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
=======================================
Coverage ? 56.43%
=======================================
Files ? 79
Lines ? 7936
Branches ? 0
=======================================
Hits ? 4479
Misses ? 3457
Partials ? 0 ☔ View full report in Codecov by Sentry. |
data/ocr/label_logo_annotation.txt
Outdated
usda organic||en:USDA Organic | ||
USDA Organic||en:USDA Organic | ||
UTZ Certified||en:UTZ | ||
UTZ||en:UTZ |
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.
Are these labels standartised in anyway? For example lines 92 and 93 assign en:UTZ
, while line 107 assigns en:utz-certified
for seemingly the same thing?
Pensez Au Tri||fr:Pensez Au Tri | ||
produit de montagne||fr:produit de montagne | ||
produit en bretagne||en:produced-in-bretagne | ||
Produit en Bretagne||en:produced-in-bretagne |
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.
Seems like it should be possible to add some normalization here to lower case all input, remove punctuation etc. such that we don't need to explicitly list all of the possible variations of one label, like produit en bretagne
vs. Produit en Bretagne
?
It's not a fully new system, it's just incremental |
What
Part of