Replies: 1 comment 8 replies
-
你好,不太清楚您想要指定的是那个模型,为什么 text_detection_model_dir 和 text_recognition_model_dir 指定的都是 PP-LCNet_x1_0_doc_ori_infer, 一般会指定inference.yaml 的上一级目录。 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ocr = PaddleOCR(text_detection_model_dir=r"D:\paddleOCR\PP-LCNet_x1_0_doc_ori_infer",
用上述代码指定模型路径的时候,仍然是去C盘的.paddle路径下加载模型
Beta Was this translation helpful? Give feedback.
All reactions