Skip to content
New issue

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

请问这些小语种模型在哪下载? #4415

Open
Dandelion111 opened this issue Oct 21, 2021 · 4 comments
Open

请问这些小语种模型在哪下载? #4415

Dandelion111 opened this issue Oct 21, 2021 · 4 comments
Assignees
Labels
good first issue

Comments

@Dandelion111
Copy link

@Dandelion111 Dandelion111 commented Oct 21, 2021

9fa8c54f9a8986797a907a6d7605e31

@Dandelion111
Copy link
Author

@Dandelion111 Dandelion111 commented Oct 21, 2021

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

你好,这里面没有西班牙语?
image
是不是没有提供训练好的西班牙语模型,支持80种语言是啥意思?是训练了80种语言的模型吗?

@tink2123
Copy link

@tink2123 tink2123 commented Oct 21, 2021

多语言模型是按语系训练的,字母相同的语言共享一个字典。支持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

@Dandelion111
Copy link
Author

@Dandelion111 Dandelion111 commented Oct 21, 2021

多语言模型是按语系训练的,字母相同的语言共享一个字典。支持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

好的,非常感谢大佬

@Evezerest Evezerest added the good first issue label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue
Projects
None yet
Development

No branches or pull requests

4 participants