PPOCRv5 rec checkpoint #15405
-
Hi, thanks for your greate work. I want to finetune PPOCRv5 on my language but only can find the inference path (.pdiparams) i can;t find the trained param checkpoint (.pdparams) Is it publicly and where i can find it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, you can expand the specific model list by clicking on the Text Recognition Module or Text Detection Module in the OCR documentation https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/pipeline_usage/OCR.html#1-ocr-pipeline-introduction. Then, click on Training Model to download the trained parameter checkpoint, as shown in the image. |
Beta Was this translation helpful? Give feedback.
Hello, you can expand the specific model list by clicking on the Text Recognition Module or Text Detection Module in the OCR documentation https://paddlepaddle.github.io/PaddleOCR/latest/en/version3.x/pipeline_usage/OCR.html#1-ocr-pipeline-introduction. Then, click on Training Model to download the trained parameter checkpoint, as shown in the image.