Skip to content

NNagpal/LandmarkDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

LandmarkDetection

This program marks the landmarks on the faces in image using OpenCV and dlib

.

Requirement

1.Landmark Detection model

2.Dclib

3.Python libraries dlib, pandas, numpy, sys, dlib, cv2

How to Run the LandmarkDetection programme

  • model_path = path_to_the_model_dat_file
  • image_path = path_to_the_imput_image
python run.py model_path image_path

Output

  1. Output.png : Image with all the facial landmarks marked on the image and the JawLine landmarks joined with a line
  2. Output.csv : Coordinates of all the facial landmarks for all the faces present in the input image

Running Example

python run.py 'src/model/' 'src/images/face1.jpeg'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages