File size: 233 Bytes
14c9181
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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."""