-
A1.4 Develop a image and/or video capture questionnaire (video analogue of audio questionnaires). Standard featurisation toolkit, e.g. generating HR, face & eye tracking, emotion detection features, f…
-
In general, a 'face-mesh' is only one component of a Face AR system. In addition to a mesh and uv coordinates, you need an occluder (face shape), pixel segmenter (Hair/eyebrow/lips, etc.), eye gaze de…
-
* face_recognition version: 1.2.3
* Python version: 3.9.1
* Operating System: Mac
### Description
I am working on a website to do emotion detection on faces from images. The first step is to d…
-
When running detection for the test image, with a bit different model choices for the detector,
```
from feat import Detector
detector = Detector(face_model='img2pose-c',
…
-
**Is your feature request related to a problem? Please describe.**
I'm a GSSoC'23 Contributor.
As Face-X repo has numerous projects on facial recognition and other things. So, it would be a better…
-
Both `FACE_DETECTION` and `SAFE_SEARCH_DETECTION` use the enum values for their keys:
```
'UNKNOWN' | 'VERY_UNLIKELY' | 'UNLIKELY' | 'POSSIBLE' | 'LIKELY' | 'VERY_LIKELY'
```
In order to take …
-
Is there any way to know if face is missing from camera or not. I tried everyting but nothing helps.
```
setInterval(async () => {
const detections = await faceapi
.detectSingleFace(v…
-
Hi there,
I was just wondering if its possible to run just facial action unit detection on a live webcam feed with low latency?
Currently I am running detector.detect_image() on each image captu…
-
Using v0.4.0 or the current m1_testing branch, using the default detectors specified in the documentation, I'm encountering an issue where using large images seems to degrade performance, when holding…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of …