In this post, we will provide step by step instructions on how to install Dlib on Ubuntu. Step 1: Install OS libraries Step 2: Install Python libraries We will use Virtual ...
Install Dlib on MacOS
In this post, we will provide step by step instructions on how to install Dlib on MacOS and OSX. The installation instructions are slightly different for different versions of the operating system and ...
User stories : How readers of this blog are applying their knowledge to build applications
Many years back, as a student who was getting his hands dirty in the emerging field of computer vision and machine learning, I lived in a constant state of amazement. The fact that a piece of code I ...
Head Pose Estimation using OpenCV and Dlib
In this tutorial we will learn how to estimate the pose of a human head in a photo using OpenCV and Dlib. In many applications, we need to know how the head is tilted with respect to a camera. In a ...
Speeding up Dlib’s Facial Landmark Detector
In this tutorial I will explore a few ways to speed up Dlib's Facial Landmark Detector. Dlib's Facial Landmark Detector Dlib has a very good implementation of a very fast facial landmark ...
Face Swap using OpenCV ( C++ / Python )
In this tutorial we will learn how to swap out a face in one image with a completely different face using OpenCV and DLib in C++ and Python. Ladies and gentlemen, let me present Ted Trump, ...