Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pathak-ashutosh/detect-face-parts

Detect different parts of the face such as, eyes brows, nose, jaw, etc. individually
https://github.com/pathak-ashutosh/detect-face-parts

computer-vision dlib facial-keypoints facial-landmarks hog linear-svm opencv

Last synced: 10 days ago
JSON representation

Detect different parts of the face such as, eyes brows, nose, jaw, etc. individually

Awesome Lists containing this project

README

        

# Detect-face-parts
Detect different parts of the face such as, eyes brows, nose, jaw, etc. individually

## Packages
* cv2
* numpy
* argparse
* dlib
* imutils

## Installation and run
Clone/download the repository. Open command prompt in Windows, terminal in Mac or Linux, and run the following command -> python detect_face_parts.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/example_01.jpg

## Model
HOG + Linear SVM