Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
https://github.com/PaddlePaddle/PaddleOCR/blob/release%2F2.3/doc/doc_ch/models_list.md#%E5%A4%9A%E8%AF%AD%E8%A8%80%E8%AF%86%E5%88%AB%E6%A8%A1%E5%9E%8B
Sorry, something went wrong.
你好,这里面没有西班牙语? 是不是没有提供训练好的西班牙语模型,支持80种语言是啥意思?是训练了80种语言的模型吗?
多语言模型是按语系训练的,字母相同的语言共享一个字典。支持80种语言就是可以预测80个语种,推荐使用whl包的方式测试:
pip install "paddleocr>=2.0.6" paddleocr --image_dir /your/img/path --lang=es
如果希望自行训练或用源码预测的话,西班牙语属于拉丁语系,对应的 配置文件: rec_latin_lite_train.yml 训练模型: https://paddleocr.bj.bcebos.com/dygraph_v2.0/multilingual/latin_ppocr_mobile_v2.0_rec_train.tar 推理模型: https://paddleocr.bj.bcebos.com/dygraph_v2.0/multilingual/latin_ppocr_mobile_v2.0_rec_infer.tar
多语言模型是按语系训练的,字母相同的语言共享一个字典。支持80种语言就是可以预测80个语种,推荐使用whl包的方式测试: pip install "paddleocr>=2.0.6" paddleocr --image_dir /your/img/path --lang=es 如果希望自行训练或用源码预测的话,西班牙语属于拉丁语系,对应的 配置文件: rec_latin_lite_train.yml 训练模型: https://paddleocr.bj.bcebos.com/dygraph_v2.0/multilingual/latin_ppocr_mobile_v2.0_rec_train.tar 推理模型: https://paddleocr.bj.bcebos.com/dygraph_v2.0/multilingual/latin_ppocr_mobile_v2.0_rec_infer.tar
好的,非常感谢大佬
littletomatodonkey
No branches or pull requests
The text was updated successfully, but these errors were encountered: