-
Notifications
You must be signed in to change notification settings - Fork 164
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 set which GPU to use? #19
Comments
Hi, |
I was also looking into this, but my really poor C knowledge doesn't make it easy. It looks like the darknet example script both sets the gpu_index int and calls |
still waiting for this feature, thx |
@kli-nlpr The new merge request #25 has this feature implemented. Can you try it out and let me know whether it works as expected? Then I would merge it to master and do a new release. Unfortunately, I do not have multiple GPUs to test the code.
@jantman Thank you for your support. The link you mentioned helped me! |
Sure! For what it's worth, I was actually hoping to get this so that (I hope) it would work like the darknet option and setting the GPU device to zero would disable GPU mode and use CPU instead. I've been having some issues with the detections using yolov3-tiny on GPU, and was looking to write something that comes back after-the-fact and runs my images through the full yolov3 in CPU mode using otherwise the same code. |
Hi @jantman, I believe setting the GPU to zero would make it use the Primary GPU. Why don't you use the version without GPU? ( |
@madhawav That's what I'm doing now, but it means that I need to use two different virtualenvs... my goal is to compare the results of the tiny GPU and non-tiny CPU. For the command-line |
Option to select GPU is implemented with #25 |
have eight GPUs. By the way, 'python3 video_demo' only uses the first GPU and nothing else What should I do?? |
Thank you very much!
The text was updated successfully, but these errors were encountered: