Code Test:
Real-time facial landmark detection with OpenCV, Python, and dlib
Running code presented in the step by step here:
https://www.pyimagesearch.com/2017/04...
(Big thanks to this blog By Adrian Rosebroc)
Command line:
python video_facial_landmarks.py --shape-predictor shape_predictor_68_face_landmarks.dat
you need to get the DAT file like this one and put it in dir:
like https://github.com/ageitgey/face_reco...
Going to use this in some STEM projects with the kids (Mirror Mirror project)