请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:python 3.11.4
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:PPOCRLabel
- 运行指令/Command Code:python.exe D:\Git\PaddleOCR\PPOCRLabel\PPOCRLabel.py
- 完整报错/Complete Error Message:
D:\User\Documents\PaddleOCR\Scripts\python.exe D:\Git\PaddleOCR\PPOCRLabel\PPOCRLabel.py
[2023/08/26 00:11:49] ppocr WARNING: When args.layout is false, args.ocr is automatically set to false
Traceback (most recent call last):
File "D:\Git\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 2840, in
sys.exit(main()) ^^^^^^ File "D:\Git\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 2828, in main app, _win = get_main_app(sys.argv) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 2818, in get_main_app win = MainWindow(lang=args.lang, ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 112, in init result = self.table_ocr('./data/paddle.png', return_ocr_result_intable=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\paddleocr.py", line 759, in call res, = super().call( ^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\ppstructure\predict_system.py", line 129, in call res, table_time_dict = self.table_system( ^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\ppstructure\table\predict_table.py", line 86, in call structure_res, elapse = self._structure(copy.deepcopy(img)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\ppstructure\table\predict_table.py", line 109, in _structure structure_res, elapse = self.table_structurer(copy.deepcopy(img)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\ppstructure\table\predict_structure.py", line 120, in call data = transform(data, self.preprocess_op) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Git\PaddleOCR\ppocr\data\imaug__init.py", line 56, in transform data = op(data) ^^^^^^^^ File "D:\Git\PaddleOCR\ppocr\data\imaug\operators.py", line 94, in call__ img.astype('float32') * self.scale - self.mean) / self.std ValueError: operands could not be broadcast together with shapes (213,488,4) (1,1,3) 我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
请尽量不要包含图片在问题中/Please try to not include the image in the issue.