face_recognition icon indicating copy to clipboard operation
face_recognition copied to clipboard

The world's simplest facial recognition api for Python and the command line

Results 284 face_recognition issues
Sort by recently updated
recently updated
newest added

Greetings, I'm installing `face_recognition` via `pip3` on a Pi 3 running Raspbian Bullseye. I have installed this package many times before. But today, when I try, I get a hash...

Previously, the code used array slicing (`[:, :, ::-1]`) to convert BGR to RGB, which occasionally caused `TypeError` in `dlib`'s `compute_face_descriptor()`. I replaces the slicing method with `cv2.cvtColor(small_frame, cv2.COLOR_BGR2RGB)` The...

× Building wheel for dlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [48 lines of output] :234: SyntaxWarning: invalid escape sequence '\(' :235: SyntaxWarning: invalid escape sequence...

Hi, I'm trying to run face recognition for a small project that im making on **google colab** but I'm facing this error. ``` !pip install face-recognition !pip install opencv-python-headless import...

I have hundreds and thousands of photos digitized and stored on my home server. I am looking to use facial recognition to find people in the photos. What is the...

Please install `face_recognition_models` with this command before using `face_recognition`: pip install git+https://github.com/ageitgey/face_recognition_models I already installed : pip show face_recognition Name: face-recognition Version: 1.3.0 Summary: Recognize faces from Python or from...

Please install face_recognition_models with this command before using face_recognition

Updated Accuracy

pls i am having errors in my face rcognition code "C:\Users\MICHEAL ADAME\AppData\Local\Programs\Python\Python39\python.exe" "C:\Users\MICHEAL ADAME\PycharmProjects\fff\main.py" Traceback (most recent call last): File "C:\Users\MICHEAL ADAME\PycharmProjects\fff\main.py", line 6, in img_encoding = face_recognition.face_encodings(rgb_img)[0] File "C:\Users\MICHEAL...

Solve for issue #1610 .. please consider reopening issue 1610 so we can get this PR in