Mountchicken's picture
[Update] Inital Update
174ad5e
raw
history blame
199 Bytes
_base_ = ['textdet.py']
_base_.train_preparer.packer.type = 'TextSpottingPacker'
_base_.test_preparer.packer.type = 'TextSpottingPacker'
config_generator = dict(type='TextSpottingConfigGenerator')