PlayerJian

Results 4 issues of PlayerJian

Starting PaddleLabel INFO [paddlelabel.config.19]: Database path: sqlite:///C:\Users\11742\.paddlelabel\paddlelabel.db Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\11742\AppData\Local\conda\conda\envs\paddlelabel\Scripts\paddlelabel.exe\__main__.py", line 7, in File...

triage

#### 问题描述 / Problem Description #### 运行环境 / Runtime Environment - OS: win - Paddle: 2.6.1 gpu - PaddleOCR: 2.7 2.8 都报错 #### 复现代码 / Reproduction Code python table/predict_table.py --table_algorithm=TableMaster...

像这种换行的文字,在表格标注时是不是按整个单元格画框,但是这个框里的文字,在重新识别时,换行的只能识别第一行,下面的几行文字就要手动输入么?

现在有这样一个情况,运行一个分析问题时,大模型给出了5次调用web_search的工具调用,每次调用会搜索出3个网页结果,如果其中某些网页内容过多,这样最终AI的message就会很多,就会超过大模型的token,就会报openai.BadRequestError: Error code: 400 - {'error': {'code': 'InvalidParameter', 'message': 'Total tokens of image and text exceed max message tokens. Request id: 021756453937251fef43cebbc3e07dc7d6c1a6386599cfea6a8e6', 'param': '', 'type': 'BadRequest'}}