-
Notifications
You must be signed in to change notification settings - Fork 116
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
How to use GPU? #52
Comments
By default the onnx model use cpu to run. You can check onnx_model_base.py, to set work with gpu. |
@610265158 Thank you very much for your recovery. After setting GPU, the detection speed becomes slow. Is this normal? |
I think there is some problem. It should not be slow. I didn't test the code with gpu. |
Thank you very much, I will check the following details! |
Thank you very much for your open source, I want to ask how to use GPU to detect faces, looking forward to your reply!
The text was updated successfully, but these errors were encountered: