Clarification on data preparation and detection model training #1653
-
I am currently collecting and preparing my data in order to train a detection model and something is unclear for me. In the json i need to pass the bbox coordinates of the words in the image organized in lines and then blocks. Could you please clarify what the classes are in this context? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @ep0p 👋; The last example snippet is if you want to train a KIE model.
Attachment as reference / example file: (NOTE: labels are not required this was only added to create easier a recognition dataset from it :) ) https://drive.google.com/file/d/1CHVd2B4J4ejbwum0SCV5xD8Flj2UOqNX/view?usp=drive_link Best regards, |
Beta Was this translation helpful? Give feedback.
NOTE:
polygons are the 4 corner points for each
word
so there are no annotations forlines
orblocks
necessary / required.You need one folder
train
and one folderval
with a folderimages
andlabels.json
in each.