This repository was archived by the owner on Jun 2, 2025. It is now read-only.
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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_recognition
runs.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.
Beta Was this translation helpful? Give feedback.
All reactions