如何在已安装的旧版本的paddleocr更新新版? #15308
Unanswered
jianandeng023
asked this question in
Q&A
Replies: 1 comment
-
您好,paddleocr3.0 主要是模型和推理方式进行了一次升级,训练代码并没有太大改动,只是配置文件发生了变化,理论上把改动的代码cp到新版本就可以了。另外,paddleocr3.0一定程度上兼容旧版本模型,没有训练PP-OCRv5等新版本模型的需求,只需要推理的话,直接安装paddleocr3.0的 wheel就可以了。 |
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.
-
我之前用paddleocrv4,paddleocr==2.10.0做了一个项目,其中需要改一些源码,请问怎么可以在此基础上直接升级成最新版paddleocr,希望得到大家的建议。
Beta Was this translation helpful? Give feedback.
All reactions