Replies: 2 comments 3 replies
|
Weird process. Wonder why, I have none of those things on my win11 (besides dlib that it makes) and was able to install. |
3 replies
|
I also may be thinking of replacing face_recognition, since for me at least, it never finds a face, with this: https://github.com/iitzco/faced What do you think? It seems like a better option because it can run on CPU or GPU it seems, or maybe that's a comparison and it's only CPU. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Just a quick note for those having trouble when
pip install face_recognitionruns.ModuleNotFoundError: No module named 'cmake' error on dlib installation.
The way I had to resolve this was to:
After this, installing face_recognition should run just fine.
All reactions