/Face-Parts-Detection

Detect Facial parts using dlib and python

Primary LanguagePython

Face-Parts-Detection

Overview

This framework will enable you to detect facial parts separately. facial parts including: eyes, eyebrows, nose, mouth and jawline.

Dependencies

pip install imutils
pip istall -r requirements.txt

Usage

python detect_face_parts.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/example_01.jpg 

Results

Alt Alt Alt Alt Alt Alt Alt Alt

Credits: My Guru- Adrian Rosebrock