Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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