在进行文本检测、识别串联推理时,出现错误
Created by: hsyy673150343
输入以下命令: python3 tools/infer/predict_system.py --image_dir=/home/hs/OCR_Projects/PaddleOCR/train_data/tibetan/text_localization/test_image/img_9.jpg --det_model_dir="./inference/det_db/" --rec_model_dir="./inference/rec_crnn/" 出现以下错误: Traceback (most recent call last): File "tools/infer/predict_system.py", line 118, in dt_boxes, rec_res = text_sys(img) File "tools/infer/predict_system.py", line 81, in call rec_res, elapse = self.text_recognizer(img_crop_list) File "/home/hs/OCR_Projects/PaddleOCR/tools/infer/predict_rec.py", line 101, in call preds_text = self.char_ops.decode(rec_idx_tmp) File "tools/infer/../../ppocr/utils/character.py", line 97, in decode char_list.append(self.character[text_index[idx]]) IndexError: list index out of range