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

DOT is using only CPU #113

Closed
eremia01 opened this issue Sep 16, 2023 · 4 comments
Closed

DOT is using only CPU #113

eremia01 opened this issue Sep 16, 2023 · 4 comments
Labels
question Further information is requested

Comments

@eremia01
Copy link

❓ Ask a Question: DOT is using only CPU

Description: Can't run on my GPU, i have RTX 3070. I also tried via .exe, and mark --use gpu, but it's still running on the CPU.

@eremia01 eremia01 added the question Further information is requested label Sep 16, 2023
@QRage
Copy link

QRage commented Sep 28, 2023

In my case I'm getting first line in console after enter GPU run command:
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.

That may confuse. But by run with only CPU you can see the differences.
spoiler should get less FPS.

@giorgiop
Copy link
Member

giorgiop commented Oct 4, 2023

In my case I'm getting first line in console after enter GPU run command:
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.

Indeed this is not an issue, as it's a warning thrown by mediapipe. dot will run on GPU if one is available

@eremia01 what's your FPS? do you have an error trace log?

@Ghassen-Chaabouni
Copy link
Contributor

Ghassen-Chaabouni commented Oct 11, 2023

To double check if dot is using CPU or GPU, you can run dot with and without --use_gpu. You should notice a difference in the speed.
Also, you can check nvidia-smi when dot is running.

@giorgiop
Copy link
Member

giorgiop commented Jan 8, 2024

close due to inactivity

@giorgiop giorgiop closed this as completed Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants