CNN based face detector from dlib

CNN based face detector from dlib

5 years ago
Anonymous $roN-uuAfLt

https://towardsdatascience.com/cnn-based-face-detector-from-dlib-c3696195e01c

If you are into any sort of image processing, computer vision or machine learning, chances are high that you might have come across/used dlib somewhere in your journey.

According to dlib’s github page, dlib is a toolkit for making real world machine learning and data analysis applications in C++. While the library is originally written in C++, it has good, easy to use Python bindings.