We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- paddlepaddle:x - paddlepaddle-gpu:2.5.1 - paddlenlp: 2.5.2 - paddleocr: 2.6.1.3
#6598同样的问题 在使用uie-x进行数据预处理label_studio.py的时候,使用paddleocr解析完后 没有返回值,没有train.txt 、test.txt内容,
稳定复现, 在paddlenlp.utils.tools.DataConverter 378行 https://github.com/PaddlePaddle/PaddleNLP/blob/bc8df6ef875dab07862282c9d0ad22996c71a9e9/paddlenlp/utils/tools.py#L378C9-L378C93 DocParser.parse()返回值中的layout为空 parsed_doc["layout"] 没有值为空数组。 所以导致后续没有任何值输出 请问是哪里问题? paddleocr解析失败?
The text was updated successfully, but these errors were encountered:
按照文档和给出的数据集,进行版面分析的时候,数据处理的值为0 请速度处理下该bug 谢谢
Sorry, something went wrong.
wawltor
No branches or pull requests
软件环境
重复问题
错误描述
#6598同样的问题 在使用uie-x进行数据预处理label_studio.py的时候,使用paddleocr解析完后 没有返回值,没有train.txt 、test.txt内容,
稳定复现步骤 & 代码
稳定复现,
在paddlenlp.utils.tools.DataConverter 378行
https://github.com/PaddlePaddle/PaddleNLP/blob/bc8df6ef875dab07862282c9d0ad22996c71a9e9/paddlenlp/utils/tools.py#L378C9-L378C93
DocParser.parse()返回值中的layout为空
parsed_doc["layout"] 没有值为空数组。
所以导致后续没有任何值输出 请问是哪里问题?
paddleocr解析失败?
The text was updated successfully, but these errors were encountered: