Replies: 1 comment 2 replies
-
有人帮解答一下吗,谢谢。我又把路径换成了项目路径下尝试,并且已经把server版的高精度det和rec模型下载到./models/ch中,但初始化pandleOCR时都会自动下载一个特定版本,但查看下载的位置又没有下载的东西,启动之后感觉根本没加载我指定的模型,还是默认的: |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
我初始化的时候指定了模型路径:
ocr = PaddleOCR(det_model_dir='~/.paddleocr/whl/det/ch/ch_PP-OCRv4_det_server_infer', rec_model_dir='~/.paddleocr/whl/rec/ch/ch_PP-OCRv4_rec_server_infer')
但实际上我已经把~/.paddleocr/whl下的包都rm -rf掉了,重启系统,为什么仍然能正常识别图片文字
Beta Was this translation helpful? Give feedback.
All reactions