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