mmocr/dataset_zoo/textocr/textspotting.py

7 lines
198 B
Python

_base_ = ['textdet.py']
_base_.train_preparer.packer.type = 'TextSpottingPacker'
_base_.val_preparer.packer.type = 'TextSpottingPacker'
config_generator = dict(type='TextSpottingConfigGenerator')