Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame
231 Bytes
cute80_textrecog_data_root = '../data/common_benchmarks/CUTE80'
cute80_textrecog_test = dict(
type='OCRDataset',
data_root=cute80_textrecog_data_root,
ann_file='annotation.json',
test_mode=True,
pipeline=None)