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
No description provided.
The text was updated successfully, but these errors were encountered:
默认CPU
Sorry, something went wrong.
能换gpu吗
这个得用对应版本cuda框架 但是程序貌似没有引用 (仅限于模型执行过程)
好的谢谢哈
可通过换下面代码解决换gpu问题 Net = cv2.dnn.readNetFromCaffe(args.proto, args.model) Net.setPreferableBackend(cv2.dnn.DNN_BACKEND_CUDA) Net.setPreferableTarget(cv2.dnn.DNN_TARGET_CUDA)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: