Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pathak-ashutosh/detect-face-parts
- Owner: pathak-ashutosh
- License: mit
- Created: 2018-08-12T18:24:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T19:41:53.000Z (about 6 years ago)
- Last Synced: 2023-07-25T16:24:01.799Z (over 1 year ago)
- Topics: computer-vision, dlib, facial-keypoints, facial-landmarks, hog, linear-svm, opencv
- Language: Python
- Size: 70.6 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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