mirror of https://github.com/open-mmlab/mmocr.git
6 lines
136 B
Python
6 lines
136 B
Python
|
_base_ = ['textdet.py']
|
||
|
|
||
|
data_converter = dict(type='TextRecogCropConverter')
|
||
|
|
||
|
config_generator = dict(type='TextRecogConfigGenerator')
|