mmocr/dataset_zoo/textocr/textspotting.py

6 lines
142 B
Python
Raw Normal View History

_base_ = ['textdet.py']
data_converter = dict(type='TextSpottingDataConverter')
config_generator = dict(type='TextSpottingConfigGenerator')