PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

PPOCRLabel 点击重识别报错

Open cqray1990 opened this issue 2 years ago • 0 comments

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

  • 系统环境/System Environment:ubantu 16 cuda 10.0 python3.6

  • 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:paddlepaddle-gpu 2.0.0rc1.post100

  • 运行指令/Command Code:python PPOCRLabel.py

  • 完整报错/Complete Error Message:

ModuleNotFoundError: No module named 'apt_pkg'

Original exception was: Traceback (most recent call last): File "/home/lgx/myprj/PaddleOCR/PPOCRLabel/PPOCRLabel.py", line 1893, in reRecognition if self.noLabelText == shape.label or result[1][0] == shape.label: IndexError: list index out of range

cqray1990 avatar Aug 12 '22 06:08 cqray1990