未验证 提交 88ef493b 编写于 作者: X xiaoting 提交者: GitHub

Revert "fix typo for encode"

上级 84bf6572
......@@ -255,7 +255,7 @@ class SRNLabelEncode(BaseRecLabelEncode):
def __call__(self, data):
text = data['label']
text = self.encode(text)
char_num = len(self.character)
char_num = len(self.character_str)
if text is None:
return None
if len(text) > self.max_text_len:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册