We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 insightface dependency has to go in my opinion as this causes lot of issues like:
libstdc++.so.6: version `GLIBCXX_3.4.32' not found
For the moment, I suggest to use cuda to speed up training:
FaceAnalysis(device='cuda')
and for inswapper just:
providers = ['CUDAExecutionProvider']
The text was updated successfully, but these errors were encountered:
Based on my testing in both Windows and Linux, insightface has no issues. Do you use a Python virtual environment?
As for FaceAnalysis, CUDA has been supported in the code for both training and inference.
Sorry, something went wrong.
I couldn't find a related commit, so I opened this issue because it's missing in some areas.
It has always been supported. By default, FaceAnalysis will use CUDA.
No branches or pull requests
The insightface dependency has to go in my opinion as this causes lot of issues like:
For the moment, I suggest to use cuda to speed up training:
and for inswapper just:
The text was updated successfully, but these errors were encountered: