-
Notifications
You must be signed in to change notification settings - Fork 6k
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
app is really slow even upgrade to nvida 4080 #620
Comments
Set up your cuda environment with cudnn and add to path , I’m definitely sure that the cause and what’s your Vram? Because 32gb can just be your CPU RAM and not your VRam |
The issue you're experiencing is likely due to the fact that the code is not optimized for parallel processing, and the GPU is not being utilized efficiently. Check the CUDA version: Make sure that the CUDA version installed on your system is compatible with the insightface library. You can check the CUDA version by running nvcc --version in your terminal. |
This is simply caused by the cuda version installed incompatible with the Insightface. If you dont know your way around this , here's my whatsapp Or you can just check for the cuda version and install the required |
My cuda version is 11.8. I installed it in the same environment as Readme. Why am I also slow? How to check the CUDA version corresponding to InsightFace? |
i thought it was my pc bcos it has graphic card of 2060. i bought new pc with graphic card of rtx 4080 with 32gb ram. after i run it python run.py --execution-provider cuda, To my surprise it was still slow. Can anybody pls help me.
The text was updated successfully, but these errors were encountered: