mirror of https://github.com/open-mmlab/mmocr.git
7 lines
205 B
Python
7 lines
205 B
Python
|
_base_ = ['textdet.py']
|
||
|
|
||
|
_base_.train_preparer.packer.type = 'TextSpottingPacker'
|
||
|
_base_.train_preparer.gatherer.img_dir = 'textdet_imgs/train'
|
||
|
|
||
|
config_generator = dict(type='TextSpottingConfigGenerator')
|