Clarification on PP-OCRv5 Enhancements and the Role of model_name in Global Config #15185
Unanswered
ManikSinghSarmaal
asked this question in
Q&A
Replies: 2 comments
-
Hello, PP-OCRv5 mainly supports the detection and recognition of handwritten text, traditional Chinese characters, pinyin, and other text by using diverse data. There haven’t been significant changes in the network structure. You can view its introduction in detail by clicking on the Text Recognition Module in the PP-OCRv5 documentation: https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/pipeline_usage/OCR.html#1-ocr-pipeline-introduction. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 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.
-
I am curious since the repository has gone through a lot of changes in the last 2-3 weeks and I can also see PP-OCRv5 being added in the configs. I don't see any difference between PP-OCRv4 and PP-OCRv5, from architecture to backbones it's all same. Am I missing on something ? Please clarify.
Also there is a new thing added in most of the configs including older ones which is model_name in the Global
Global:
model_name: PP-OCRv5_mobile_rec # To use static model for inference.
What does this mean, is this the pdiparam model path for inference ?
Beta Was this translation helpful? Give feedback.
All reactions