mirror of https://github.com/open-mmlab/mmocr.git
10 lines
321 B
Python
10 lines
321 B
Python
_base_ = ['textdet.py']
|
|
|
|
_base_.train_preparer.gatherer.img_dir = 'textdet_imgs/train'
|
|
_base_.test_preparer.gatherer.img_dir = 'textdet_imgs/test'
|
|
|
|
_base_.train_preparer.packer.type = 'TextRecogCropPacker'
|
|
_base_.test_preparer.packer.type = 'TextRecogCropPacker'
|
|
|
|
config_generator = dict(type='TextRecogConfigGenerator')
|