File size: 205 Bytes
0b4516f
 
 
 
 
 
1
2
3
4
5
6
7
_base_ = ['textdet.py']

_base_.train_preparer.packer.type = 'TextSpottingPacker'
_base_.train_preparer.gatherer.img_dir = 'textdet_imgs/train'

config_generator = dict(type='TextSpottingConfigGenerator')