Replies: 5 comments
-
请问各位伙伴 有知道 |
Beta Was this translation helpful? Give feedback.
-
No one wants to answer this question lol |
Beta Was this translation helpful? Give feedback.
-
This might help https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_en/data_annotation_en.md |
Beta Was this translation helpful? Give feedback.
-
有解决方法了吗? |
Beta Was this translation helpful? Give feedback.
-
目前没有遇到对应的解决办法 ,目前使用的标注软件都没能做到官方效果的格式,参考了Studio中一个开源项目, 对通用标注后的标注结果处理 ,但也没能实现 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
使用PPOCRLabelV2 根据教程标注制作后的数据集 和 官方教程中的数据集格式不符
官方数据集

PPOCRLabelV2 标注后的得到的
制造过程细节
执行python gen_ocr_train_val_test.py --trainValTestRatio 8:1:1 --datasetRootPath ../train_data/imgs
对数据集划分后 :
数据集分为det 和 rec ,和官方发票数据集格式不符 ,请问官方数据集是如何制作的 ,json 文件中 label 标签如何标注绑定
Beta Was this translation helpful? Give feedback.
All reactions