face_recognition
face_recognition copied to clipboard
The world's simplest facial recognition api for Python and the command line
* face_recognition version:4.1.0 * Python version:3.7 * Operating System:windows 10 ### Description I'm having problem to run this program, the error under below  gray = cv2.cvtColor(im,cv2.COLOR_BGR2GRAY) cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\imgproc\src\color.cpp:182:...
There are small typos in: - README.md - README.rst - examples/face_distance.py - examples/face_recognition_knn.py - examples/facerec_from_webcam.py - examples/facerec_ipcamera_knn.py Fixes: - Should read `compiling` rather than `compliling`. - Should read `image` rather...
* face_recognition version: * Python version: * Operating System: Windows 10 ### Description Installed the face_recognition library through pip on windows 10. same with dlib. when I try to run...
* face_recognition version: 1.3.0 * Dlib 19.21.1 * Python version: 3.6 * Operating System: Ubuntu 18.04 * RTX 3090, 24GB GPU Memory * Tensorflow tf-nightly-gpu 2.5.0.dev20201207 ### Description Running Darknet,...
Is it possible when the unknown person is came ,it detects unknown and generating Id for him/her. If again same that unknown person will come,It have to show previous generated...
* face_recognition version: 1.4.0 * Python version: 3.8.8 * Operating System: Windows 11 ### Description I'm trying to install face_recognition using setup.py file, but I'm getting an error during installation....
* Python version: 3.10 * Operating System: windows 10 I am trying to get an executable file for my project through pyinstaller, but I am facing an error regarding the...
### System Information * face_recognition version: 1.3.0 * Python version: 3.6.9 (JetPack Pre-installed Version) * Operating System: Ubuntu 18.04 (Jetpack 4.6) ### Description Hi all, For the past week or...
I created a face recognition demo based on gradio in huggingface spaces, so I can quickly experience this project.
### Description Basically I have two file which is myapp.py and Index.html. I attach my code for your reference. ``` from flask import Flask, render_template, Response, request import cv2 import...