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

PaddleLabel可以自定义自己的模型进行半自动标注吗 #10301

Closed
luoyq6 opened this issue Jul 5, 2023 · 3 comments
Closed

PaddleLabel可以自定义自己的模型进行半自动标注吗 #10301

luoyq6 opened this issue Jul 5, 2023 · 3 comments
Assignees

Comments

@luoyq6
Copy link

luoyq6 commented Jul 5, 2023

No description provided.

@luoyq6
Copy link
Author

luoyq6 commented Jul 5, 2023

@tink2123

@Gmgge
Copy link
Contributor

Gmgge commented Jul 5, 2023

可以的,目前来说有两种方法可以实现该操作
1.不修改代码,替换默认路径下的模型文件 默认路径为根路径在("~/.paddleocr/whl/") 可以替换该路径下相应任务的模型文件,例如windows上该目录为 C:\Users\{你的用户名}\.paddleocr\whl
2.修改代码,在paddleocr.py中,类class PaddleOCR(predict_system.TextSystem)定义中,设定对于目录文件,例如设置params.det_model_dir=r"you_model_path"

@shiyutang
Copy link
Collaborator

以上回答已经充分解答了问题,如果有新的问题欢迎随时提交issue,或者在此条issue下继续回复~
我们开启了飞桨套件的ISSUE攻关活动,欢迎感兴趣的开发者参加:PaddlePaddle/PaddleOCR#10223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants