2022-11-15 18:54:30 +08:00
|
|
|
_base_ = ['textdet.py']
|
|
|
|
|
2023-03-03 15:27:19 +08:00
|
|
|
_base_.train_preparer.packer.type = 'TextSpottingPacker'
|
|
|
|
_base_.test_preparer.packer.type = 'TextSpottingPacker'
|
2022-12-05 15:00:47 +08:00
|
|
|
|
|
|
|
config_generator = dict(type='TextSpottingConfigGenerator')
|