mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
9 lines
190 B
Python
9 lines
190 B
Python
svtp_rec_data_root = 'data/rec/svtp/'
|
|
|
|
svtp_rec_test = dict(
|
|
type='OCRDataset',
|
|
data_root=svtp_rec_data_root,
|
|
ann_file='test_labels.json',
|
|
test_mode=True,
|
|
pipeline=None)
|