PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/seal_recognition #3882
Replies: 8 comments 6 replies
-
使用“印章文本识别产线”无法替换模型 我在使用"印章文本识别产线"时,通过 paddlex --get_pipeline_config seal_recognition --save_path ./my_path 获取了配置文件,由于测试过程中文本识别模块准确率不达预期,所以我想通过替换文本识别模型为 PP-OCRv4_server_rec_doc来测试准确率是否会提升。修改后的配置文件: Global: Pipeline: 但是我看PP-OCRv4_server_rec_doc这个模型应该是seal_recognition这条产线所支持的,是否哪里配置不对? |
Beta Was this translation helpful? Give feedback.
-
请问怎么重新加载修改后的产线配置文件? |
Beta Was this translation helpful? Give feedback.
-
请问下 通用OCR产线 高性能服务化部署 ,推荐的 服务器配置 是什么?最低配置是什么 ? 感谢 |
Beta Was this translation helpful? Give feedback.
-
请问可以修改seal类别为其他类别吗 |
Beta Was this translation helpful? Give feedback.
-
请问50系显卡预计什么时候可以适配呢 |
Beta Was this translation helpful? Give feedback.
-
请问这个pipeline是不是线程安全的?: |
Beta Was this translation helpful? Give feedback.
-
为什么我用python示例代码,识别不了示例图片的文字,返回的文本结果是空的. |
Beta Was this translation helpful? Give feedback.
-
from paddlex import create_pipeline pipeline = create_pipeline(pipeline="OCR") 在创建OCR管道时添加优化配置output = pipeline.predict( Traceback (most recent call last):
使用cpu推理的话需要很大的内存吗? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/seal_recognition
https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/seal_recognition.html
Beta Was this translation helpful? Give feedback.
All reactions