Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame contribute delete
427 Bytes
totaltext_textdet_data_root = 'data/totaltext'
totaltext_textdet_train = dict(
type='OCRDataset',
data_root=totaltext_textdet_data_root,
ann_file='textdet_train.json',
filter_cfg=dict(filter_empty_gt=True, min_size=32),
pipeline=None)
totaltext_textdet_test = dict(
type='OCRDataset',
data_root=totaltext_textdet_data_root,
ann_file='textdet_test.json',
test_mode=True,
pipeline=None)