-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hello firstly thank you.
I am using mmocr. I have create "iiit5k" by using mmocr's as following command
python tools/dataset_converters/prepare_dataset.py IIIT5K --task textrecog --overwrite-cfg
I have created cropped image by using textsnake model as following images
My question is "Can I train your model with those type images as a sentences? "
My mmocr iiit5k's textrecog_train.json file as following
{
"metainfo": {
"dataset_type": "TextRecogDataset",
"task_name": "textrecog"
},
"data_list": [
{
"instances": [
{
"text": "Z NO: 2808"
}
],
"img_path": "textrecog_imgs\\train\\00bc6b1efa4849a79bb2d29e1765f93b-ezsam_2.png"
},
{
"instances": [
{
"text": "EKÜ NO: 0001"
}
],
"img_path": "textrecog_imgs\\train\\00bc6b1efa4849a79bb2d29e1765f93b-ezsam_1.png"
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

