Top "Dlib" questions

Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.

Dlib webcam capture with face detection and shape prediction is slow

I am working on a program in C++ which should detect faces from webcam stream, than crop them using face …

c++ opencv webcam-capture dlib
Error of Installing dlib in anaconda

I'm trying to install Dlib in anaconda python with this line: conda install -c menpo dlib and I'm getting error …

python anaconda dlib
Error compiling DLIB - Could not find Boost

I have a problem, when I try to compile DLIB, I have the following error: Could not find boost Imported …

python boost dlib
dlib.get_frontal_face_detector () gets faces in full image but does not get in cropped image

my first time over here, but I really searched about it and sadly I haven't found help. I have an …

python opencv face-detection dlib facial-identification
Relocation R_X86_64_32S against '_Py_NotImplementedStruct' can not be used when making a shared object; recompile with -fPIC

I'm trying to install the dlib Python library. On some systems (macOS, stock Ubuntu 14.04) pip install dlib works fine, but …

python dlib
Cropping face using dlib facial landmarks

I am trying to crop a face using the facial landmarks identified by dlib. The right eyebrow is causing problems …

python opencv dlib