File size: 247 Bytes
9bf4bd7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
synthtext_add_textrecog_data_root = 'data/rec/synthtext_add/'

synthtext_add_textrecog_train = dict(
    type='OCRDataset',
    data_root=synthtext_add_textrecog_data_root,
    ann_file='train_labels.json',
    test_mode=False,
    pipeline=None)