PaddleOCR
PaddleOCR copied to clipboard
[QUESTION] Difference between key_cls and label
When I trained KIE with my own custom annotation created by ppocrlabel, it failed because the dictionary file lacked label
key.
So I proceed to insert the label
key with it's value copied directly from key_cls
.
So my question now is:
- Am I doing it right by copying
key_cls
? - What's the difference between
key_cls
andlabel
? - And why
label
doesn't automatically provided by ppocrlabel when it's actually required for training?
is there any insight here