-
Hi, your lib seen really good, however I feel the need for a tutorial on how to use it for custom face recognition.
I still cannot figure it out how to train a model with my own images
-
```
CL_PATH = 'gs://bucket-name/VGGFace2_classlabels.txt'
DATASET_PATH = 'gs://bucket-name/VGGFace2_tfrecs'
TB_PATH = 'gs://bucket-name/vggface2_deepface_tensorboard'
```
What locations are abo…
-
How can i find the pxcsensemanger.h? I've seen many instances containing this, but i never see one from this github.
llrtt updated
5 years ago
-
Dlib just use 5 or 68 landmarks(shape_predictor_5_face_landmarks.dat/shape_predictor_68_face_landmarks.dat) to extract 128D vector.
If I have a 68+N landmarks model,how can I get the 128D vector from…
-
Hello. I have the following problem:
I configured dlib with CMake with CUDA enabled. Cuda directory was found. The CUDA test program was built succesfully and the CMake output made clear that CUDA…
-
**Brief Summary of the Issue**
This error occurs when i run the MMOD face detector example with the following cmd
command -
> dnn_mmod_face_detection_ex mmod_human_face_detector.dat faces/do…
nxp01 updated
5 years ago
-
I am using "face_alignment.py" example for alignment.
I only replaced the following frontal face detection with cnn detection:
dlib.get_frontal_face_detector()
with
detector = dlib.cnn_face_det…
-
Hi, i extracting face rects using AVMetaDataObject, and pass the rects to dlibWrapper to get landmark points, which are then drawn on the video image(rendered by either OpenCV or openGL) .
It works…
-
My english is bad!
When I use the lib,I often get Exception at these two places:
recognition.FaceLocations(image).ToArray()
recognition.FaceEncodings(image).ToArray()
the Exception is :
System.Ac…
-
*Compare test again with latest code!
*Original test source has more than 1900 pics, about 10% faces are missing after extracted, select 100 pics as typical example for compare.
*Test files [Link Re…