mmocr/dataset_zoo/textocr/textrecog.py

6 lines
136 B
Python
Raw Normal View History

_base_ = ['textdet.py']
data_converter = dict(type='TextRecogCropConverter')
config_generator = dict(type='TextRecogConfigGenerator')