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