Skip to content

How to load a train model into PaddleOCR application? #6788

Answered by LDOUBLEV
ciberola asked this question in Q&A
Discussion options

You must be logged in to vote

U can set rec_model_dir as your trained model path.
PaddleOCR(use_angle_cls = True, use_space_char = True, lang = "en", rec_model_dir="your trained model path")
https://github.com/PaddlePaddle/PaddleOCR/blob/release%2F2.5/doc/doc_en/whl_en.md#5-parameter-description

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LDOUBLEV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants