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

The number of GPUs to increase fps. #16

Closed
wschoi89 opened this issue Feb 13, 2017 · 1 comment
Closed

The number of GPUs to increase fps. #16

wschoi89 opened this issue Feb 13, 2017 · 1 comment

Comments

@wschoi89
Copy link

I want to make pose recognition similar to real time. To do this,

I used this expression below.

--num_gpu 4 <--- Parallelize over this number of GPUs. Default is 1.

and I got this error.
F1219 15:59:41.175240 36602 common.cpp:137] Check failed: error == cudaSuccess (10 vs. 0) invalid device ordinal

I just have one graphic card, Do I have to increase the number of graphic cards to recognize the human pose in real time??

@ZheC
Copy link
Member

ZheC commented Feb 13, 2017

We use one GTX 1080/ Titanx GPU and achieves the speed of 8~9 fps. And yes, num_gpu <= the number of graphic cards in your computer. In your case, it can not be more than one.

@ZheC ZheC closed this as completed Feb 14, 2017
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

2 participants