提交 38fb2ba3 编写于 作者: A andyjpaddle

update rec postprocess

上级 e10f71df
...@@ -536,7 +536,7 @@ class SARLabelDecode(BaseRecLabelDecode): ...@@ -536,7 +536,7 @@ class SARLabelDecode(BaseRecLabelDecode):
super(SARLabelDecode, self).__init__(character_dict_path, super(SARLabelDecode, self).__init__(character_dict_path,
character_type, use_space_char) character_type, use_space_char)
self.rm_symbol = kwargs.get('rm_symbol', True) self.rm_symbol = kwargs.get('rm_symbol', False)
def add_special_char(self, dict_character): def add_special_char(self, dict_character):
beg_end_str = "<BOS/EOS>" beg_end_str = "<BOS/EOS>"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册