Spaces:
Running
Running
File size: 367 Bytes
9bf4bd7 |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright (c) OpenMMLab. All rights reserved.
from .kie_data_sample import KIEDataSample
from .textdet_data_sample import TextDetDataSample
from .textrecog_data_sample import TextRecogDataSample
from .textspotting_data_sample import TextSpottingDataSample
__all__ = [
'TextDetDataSample', 'TextRecogDataSample', 'KIEDataSample',
'TextSpottingDataSample'
]
|