Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T18:26:37.000Z (over 6 years ago)
- Last Synced: 2024-11-08T20:48:01.672Z (about 2 months 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