We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.我在运行的时候感觉gpu没多大显存占用,如何知道是否使用的是gpu? 2.是否有类似ocr_engine = PaddleOCR(use_gpu=True)这样的参数? 3.是否可以指定gpu_num?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
paddleocr可以指定gpu,主要是版面检测这部分,有办法指定吗?使用的是默认的docyolo那个模型,似乎是cpu在跑
@wwfra 您好这个问题现在已经修复,请麻烦pull最新代码,doclayout-yolo的设备指定可以在config里面指定例如device:0
device:0
No branches or pull requests
1.我在运行的时候感觉gpu没多大显存占用,如何知道是否使用的是gpu?
2.是否有类似ocr_engine = PaddleOCR(use_gpu=True)这样的参数?
3.是否可以指定gpu_num?
The text was updated successfully, but these errors were encountered: