Created by: bleakie
File "PaddleOCR/ppocr/utils/character.py", line 96, in decode char_list.append(self.character[(text_index[idx])]) TypeError: list indices must be integers or slices, not numpy.float32 在对训练好的模型进行测试时,时而出现这个错误,而且,同一个模型多次调用,有时成功几次,有时出现error,这是什么原因呢?