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.

OpenCV / Python : multi-threading for live facial recognition

I'm using OpenCv and Dlib to execute facial recognition w/ landmarks, live from the webcam stream. The language is Python. …

python multithreading opencv face-detection dlib
how to build DLIB for iOS

I'm trying to build DLIB for an iOS project. Running the cmake results in a libdlib.a and a load …

ios cmake dlib
DLIB : Training Shape_predictor for 194 landmarks (helen dataset)

I am training DLIB's shape_predictor for 194 face landmarks using helen dataset which is used to detect face landmarks through …

c++ feature-detection training-data dlib
Create a shared library for dlib

Following the instructions to compile dlib using cmake (here) generates a static dlib library: cd examples mkdir build cd build …

cmake shared-libraries dlib
VSCode v1.35 - RuntimeError: CMake must be installed to build the following extensions: dlib

I have already installed CMake by pip install cmake in my VS Code 1.35 and trying to install face_recognition but …

python opencv cmake dlib
How to get 3D coordinate Axes of head pose estimation in Dlib C++

Dlib C++ can detect landmark and estimate face pose very well. However, how can I get 3D coordinate Axes direction (…

opencv face-recognition head coordinate dlib
Detecting face landmarks points in android

I am developing app in which I need to get face landmarks points on a cam like mirror cam or …

android dlib
how to save/crop detected faces in dlib python

i want to save the detected face in dlib by cropping the rectangle do anyone have any idea how can …

python opencv face-detection face-recognition dlib
Installing dlib with python 3.8 windows 10 error

I cant install dlib on python with cmd , I have downloaded cmake and putted it on PATH, or is there …

python cmake dlib
Install Dlib in Anaconda Python

I'm trying to install the dlib package in Anaconda by running the following: conda install -c menpo dlib I'm getting …

python python-3.x anaconda conda dlib