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 installation on Windows 10

I want to use dlib with python for image recognition. I have the python app running great with OpenCV on …

python image-processing dlib
Dlib installation error?

Visual studio 2015 is not installed I have installed all the requirements before building dlib in python: Cmake python 3.6 and other …

python-3.x visual-studio cmake dlib
How to get Python import working with dlib (using cmake and osx)

Sorry if this is basic but I'm trying to install dlib to use with python as mentioned in (http://blog.…

python cmake dlib
How to check if dlib is using GPU or not?

My machine has Geforce 940mx GDDR5 GPU. I have installed all requirements to run GPU accelerated dlib (with GPU support): …

python-3.x tensorflow face-recognition dlib
Dlib installation python 2.7

Former marine grunt here! New to python and coding. Trying to install DLIB for python 2.7. I run the command pip …

python-2.7 dlib
dlib vs opencv which one to use when

I am currently learning OpenCV API with Python and its all good. I am making decent progress. Part of it …

c++ opencv dlib
How to get points coordinate position in the face landmark detection program of dlib?

There is one example python program in dlib to detect the face landmark position. face_landmark_detection.py This program …

feature-detection dlib
dlib not using CUDA

I installed dlib using pip. my graphic card supports CUDA, but while running dlib, it is not using GPU. Im …

python ubuntu nvidia dlib
ImportError: No module named 'dlib'

I followed the step how to install dlib python on Windows and it works on CMD but in Python's IDE …

opencv importerror dlib
Convert OpenCV's Rect to dlib's rectangle?

I use OpenCV's face detector with C++ for dlib's face alignment instead of dlib's detector because of slow speed. To …

c++ opencv rect dlib