CNN based face detector from dlib

CNN based face detector from dlib

6 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.

CNN based face detector from dlib

Jun 15, 2018, 2:23am UTC
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.