关于.pth文件的下载 #15983
关于.pth文件的下载
#15983
-
你好,首先非常感谢你们的更新,我在使用MinerU这个开源工具的时候会引用到ch_PP-OCRv5_det_infer.pth文件,因为一些网络的原因没法通过代码去下载,只能手动找文件去一个一个下载,请问更新后的.pth我能在哪里找到呢?谢谢!我在modelScope,和huggingface都没有找到 |
Beta Was this translation helpful? Give feedback.
Answered by
cuicheng01
Jul 24, 2025
Replies: 1 comment
-
您好,PaddleOCR提供的是飞桨的动态图和静态图的权重,ch_PP-OCRv5_det_infer.pth是把飞桨的模型权重转换为的torch权重,可以在第三方的torch仓库寻找~ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liu-jiaxuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,PaddleOCR提供的是飞桨的动态图和静态图的权重,ch_PP-OCRv5_det_infer.pth是把飞桨的模型权重转换为的torch权重,可以在第三方的torch仓库寻找~