-
I downloaded Real-world masked face recognition dataset from https://drive.google.com/open?id=1UlOk6EtiaXTHylRUx2mySgvJX9ycoeBp.
However, I can't find the annotation labels of the face dataset. So I…
-
Hi
How to implement multi processing to face detection and recognition of the image files ?
CPU option is kind of useless it still uses one single processing core!
CUDA enabled dLib works nice…
-
* face_recognition version:
* Python version:3.6.3
* Operating System:Ubuntu 16.04
* CUDA: 9.1.85
* NVIDIA-driver: 390.25
### Description
Describe what you were trying to get done.
Tell us wh…
-
### What Operating System(s) are you seeing this problem on?
Other (plase, specify in the Steps to Reproduce)
### dlib version
19.24
### Python version
3.6
### Compiler
gcc 7.5
### Expected Be…
-
Hi Vincent,
Trust you are doing well.
Was reading DavisKings blog (http://blog.dlib.net/2017/09/fast-multiclass-object-detection-in.html) and saw this -
> Unlike the 68-point landmarking mod…
-
Running run.py with parameters --with_scratch --HR --GPU 0 on Windows 11, Python 3.9, numpy 1.22.4 gives
Traceback (most recent call last):
File "D:\Users\theke\python projects\BringingOldPictur…
-
Hi,
Has anyone worked on increasing the number of facial landmarks from the current 5 points to 68 points, as like in other facial detection algorithms such as Dlib? We are trying to use the Face D…
-
* face_recognition version:
* Python version: 3.9
* Operating System: Windows 10
### Description
i was trying this code by sentdex in my compiler but i was getting a error, sentdex in his code…
-
There are many problems with the old docker file, here is the new available one
```
FROM nvidia/cuda:12.1.0-base-ubuntu20.04
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install git bzip2…
-
Hi, I've created a new function in the jni_face_detect that takes the camera preview as raw bytes, the face box coordinates computed with Android API and I just need to detect the landmarks of one sin…