sunnychenxiwang's picture
Upload 1600 files
14c9181 verified
raw
history blame contribute delete
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."""