You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But Ppocrlabel in a kie mode gives me label.txt that is lookin like that:
RMRS_1.jpg [{"transcription": "N 24.44.01.01772.171", "points": [[977, 155], [1241, 153], [1242, 180], [977, 182]], "difficult": false, "key_cls": "Номер"}, {"transcription": "Место освидетельствования:", "points": [[68, 237], [328, 239], [328, 260], [68, 258]], "difficult": false, "key_cls": "Вопрос"]
Ive got "key_cls" but lost "label", "Id", "linking". So when im startin to train.py all i've got are multiply keyerrors 'label'
How to fix it? How can i get a label.txt in a normal format?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Kie training needs Label.txt that is lookin like that:
zh_train_0.jpg [{"transcription": "汇丰晋信", "label": "other", "points": [[104, 114], [530, 114], [530, 175], [104, 175]], "id": 1, "linking": []}, {"transcription": "受理时间:", "label": "question", "points": [[126, 267], [266, 267], [266, 305], [126, 305]], "id": 7, "linking": [[7, 13]]}, {"transcription": "2020.6.15", "label": "answer", "points": [[321, 239], [537, 239], [537, 285], [321, 285]], "id": 13, "linking": [[7, 13]]}]
But Ppocrlabel in a kie mode gives me label.txt that is lookin like that:
RMRS_1.jpg [{"transcription": "N 24.44.01.01772.171", "points": [[977, 155], [1241, 153], [1242, 180], [977, 182]], "difficult": false, "key_cls": "Номер"}, {"transcription": "Место освидетельствования:", "points": [[68, 237], [328, 239], [328, 260], [68, 258]], "difficult": false, "key_cls": "Вопрос"]
Ive got "key_cls" but lost "label", "Id", "linking". So when im startin to train.py all i've got are multiply keyerrors 'label'
How to fix it? How can i get a label.txt in a normal format?
Beta Was this translation helpful? Give feedback.
All reactions