-
# Summary of your issue
Hi! I'm trying to use the Dlib DnnMmodFaceDetection model. However this model expects a Matrix.
I'm using OpenCVSharp to read from the webcam.
# Environment
Windows 10
.N…
-
I have successfully used dlib.shape_predictor to detect landmarks on a face. Here are the codes:
`
detector = dlib.get_frontal_face_detector()
predictor = dlib.shape_predictor('/home/msd/fac…
-
I am trying to run face detection and extract face landmarks using dlib on Ubuntu OS with GPU support. In order to do it, I manually compiled the source code and ran the setup file. I ensured that CUD…
-
sp = dlib.shape_predictor(predictor_path)
RuntimeError: Unable to open shape_predictor_5_face_landmarks.dat
I get that error , what am i doing wrong, I have Dlib install, cmake,python, and other…
-
Hey Kagami,
Any plans to make the CNN face detector from dlib available though this package?
http://dlib.net/dnn_mmod_face_detection_ex.cpp.html
Thanks!
-
Hi,I am using dlib version is 19.17, and use cmake gui tool to generate Xcode project to build dlib static library.
On iPhone6 call get_frontal_face_detector this API for face detection is very very …
-
Hey, first of all, thanks for the great lib. I've been playing around with face detection on the [Mc-Master Pain Shoulder dataset](https://ieeexplore.ieee.org/document/5771462) to extract bounding box…
-
Hello,
I'm try to understand how to create a custom model of shape predictor for face landmark extraction with dlib.
I've tried different training (changing train parameters) with images of 300-W …
-
`preds = fa.get_landmarks(input_img, detected_faces)[-1]`
the detected_faces in wich format should be passed?
-
I'm trying to train a face feature classifier and then get a feature axis like [TL-GAN](https://github.com/SummitKwan/transparent_latent_gan) ,but it seems that the dlib face detector did not work ver…