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

看可以更简单使用吗,比如直接onnxruntime加载使用 #10

Open
lonngxiang opened this issue Jul 14, 2024 · 4 comments
Open

Comments

@lonngxiang
Copy link

No description provided.

@jingsongliujing
Copy link
Owner

您好,模型加载过程已经封装到onnx文件夹下了,我明白您的意思,但是OCR实际上是由三个模型串联而成的,包括文本检测,文本分类,文本识别,三个过程,我们已经把串联的加载代码封装到onnx下,model = ONNXPaddleOcr(use_angle_cls=True, use_gpu=False) 这行代码就是三个模型串联加载

@xinsuinizhuan
Copy link

就是onnxruntime c++ gpu推理

@jingsongliujing
Copy link
Owner

就是onnxruntime c++ gpu推理

目前还没有C++版本,后续会支持

@xinsuinizhuan
Copy link

最好是tensorrt版本,速度杠杆滴!期待!

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

No branches or pull requests

3 participants