https://github.com/pathak-ashutosh/facial-landmarks-detection
Detect facial landmarks using OpenCV, dlib, Python
https://github.com/pathak-ashutosh/facial-landmarks-detection
computer-vision deep-learning dlib facial-keypoints facial-landmarks landmark-detection opencv python
Last synced: 6 days ago
JSON representation
Detect facial landmarks using OpenCV, dlib, Python
- Host: GitHub
- URL: https://github.com/pathak-ashutosh/facial-landmarks-detection
- Owner: pathak-ashutosh
- License: mit
- Created: 2018-08-11T14:59:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T18:26:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-21T18:44:50.739Z (over 1 year ago)
- Topics: computer-vision, deep-learning, dlib, facial-keypoints, facial-landmarks, landmark-detection, opencv, python
- Language: Python
- Size: 70.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facial-Landmarks-Detection
Detect facial landmarks using OpenCV, dlib and Python
## 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 facial_landmarks.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/example_01.jpg
## Model
HOG + Linear SVM