mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-09-21 13:23:18 +08:00
@@ -83,7 +83,7 @@ class TextRecognizer(object):
|
||||
}
|
||||
elif self.rec_algorithm == "SPIN":
|
||||
postprocess_params = {
|
||||
'name': 'SPINAttnLabelDecode',
|
||||
'name': 'SARLabelDecode',
|
||||
"character_dict_path": args.rec_char_dict_path,
|
||||
"use_space_char": args.use_space_char
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user