mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
* add cocotextv2 to data preparer * fix sample anno * support variant COCO-like format * support textocr variant * config generator Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
6 lines
136 B
Python
6 lines
136 B
Python
_base_ = ['textdet.py']
|
|
|
|
data_converter = dict(type='TextRecogCropConverter')
|
|
|
|
config_generator = dict(type='TextRecogConfigGenerator')
|