sunnychenxiwang's picture
update all
24c4def
raw
history blame
233 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from mmocr.registry import MODELS
from .encoder_decoder_text_spotter import EncoderDecoderTextSpotter
@MODELS.register_module()
class SPTS(EncoderDecoderTextSpotter):
"""SPTS."""