-
* face_recognition version: 1.3.0
* Python version: 3.9.13
* Operating System: Ubuntu 20.04 LTS
### Description
I am trying to run the examples which uses the webcam. If any person appears in …
-
* face_recognition version: 1.2.3
* Python version: 2.7 and 3.5.2
* Operating System: Ubuntu 16.04
I am trying to use 5 pt shape predictor for batch inference. I have a batch of face crops let s…
-
* face_recognition version: 1.3.0
* Python version: 3.11.3
* Operating System: Windows 10
### Description
I ran the example code given to recognize faces (live recognition through a webcam). I…
-
Hi, i'm currently using dlib in my ios project for both face detection and landmarks finding. Yet the face detection process is too long to be used for live frame. Before switching to openFace, I'd li…
-
Hi. I tested DLIB facial detection using CNN (zero upscale) and mmod_human_face_detector.dat against WIDER style dataset type video using a selfie mask filter (tiktokapp) and the results look pretty g…
-
* face_recognition version:1.2.1
* Python version: 3.8
* Operating System: WIndows 10
1.I need to capture the video frames of incoming or outgoing employees of a company & capture their in time &…
-
I am currently facing a challenge in implementing 3D face recognition. I am able to create and detect face mesh without any problems on multiple faces. So any ideas or steps on how can we use face mes…
-
Hi,
quick question:
should
```face_detection test/ ```
use the gpu if
```
ki ~ # python3
Python 3.6.9 (default, Apr 18 2020, 01:56:04)
[GCC 8.4.0] on linux
Type "help", "copyright", "credi…
-
Hi, I have my face dataset ready and wish not to perform duplicate face detection during inference as it brings huge time cost. However, when I commented out the face detection code and directly ran t…
-
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.It is a hybrid face recognition framework wrapping state-of-the-art models: [VGG-Face](h…