-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[documentation] Instruction for Windows users. #9
Comments
Thanks! It should work with pngs as long as they are 3 channel and not 4 channel. If they contain an alpha channel then it will not work. Most image editing tools should be able to strip the alpha channel from a png so that you can use it with PULSE. |
For dlib, you can just use one from conda-forge to avoid using compiling and installing VIsual Studio:
|
When installing dlib from pip it gives a massive error with the only readable part being |
This should be put in the README |
|
It turns out, as long as you have GTX 970 or higher, prerequisites installation is quite simple
Looks like there is no need to install CUDA SDK to use precompiled pytorch on Windows.
So, from clean slate:
from admin cmd
or from admin PowerShell
to install Visual Studio with C++ compiler. Then reboot and, again, from admin cmd/Powershell
from non-admin cmd/PowerShell
Everything's ready for use, from Data section of the Readme.
Warning, though, for some reason dlib module
align_face.py
didn't work well with pngs and bmps. So jpg realpics it is.The text was updated successfully, but these errors were encountered: