breezedeus / CnOCR

CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application scenarios and can be used directly after installation. 【基于 PyTorch/MXNet 的中文/英文 OCR Python 包。】
https://www.breezedeus.com/article/cnocr
Apache License 2.0
3.27k stars 506 forks source link

百度云里面的模型 #289

Closed GnJoeln closed 10 months ago

GnJoeln commented 1 year ago

请问我第一次运行cnocr没有自动下载zip文件,我去百度云下下来了,之后放在了C:\Users\ASUS\AppData\Roaming\cnocr下,但是好像没什么作用,似乎只对1.0的版本有用,它会自定解压zip文件,在C:\Users\ASUS\AppData\Roaming\cnocr\models文件夹下生成好像是1.0的模型。需要怎么解压百度云下的各种文件呢

breezedeus commented 1 year ago

pip show cnocr 查看安装的版本。然后下载对应版本的模型。比如 cnocr==2.2.4.1,那就下载 2.2/* 的模型。 按理现在会自动下载模型。可以考虑删了已下载的模型自动重下