"vscode:/vscode.git/clone" did not exist on "be3a164424d51c9be84578a52560f2c615ff1d98"
Commit fe694ae9 authored by xmy0916's avatar xmy0916
Browse files

fix bugs

parent a301e05e
......@@ -17,7 +17,7 @@ Global:
# for data or label process
character_dict_path:
# Set the language of training, if set, select the default dictionary file
character_type:
character_type: ch
max_text_length: 25
infer_mode: False
use_space_char: True
......
......@@ -24,7 +24,9 @@ class BaseRecLabelDecode(object):
character_type='ch',
use_space_char=False):
support_character_type = [
'ch', 'en', 'en_sensitive', 'french', 'german', 'japan', 'korean'
'ch', 'en', 'en_sensitive', 'french', 'german', 'japan', 'korean', 'it',
'xi', 'pu', 'ru', 'ar', 'ta', 'ug', 'fa', 'ur', 'rs', 'oc', 'rsc', 'bg',
'uk', 'be', 'te', 'ka', 'chinese_cht', 'hi', 'mr', 'ne'
]
assert character_type in support_character_type, "Only {} are supported now but get {}".format(
support_character_type, character_type)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment