Skip to content

It is a Python script that able to mark human face's and draw lines on it. With this, you can develop face recognition algorithms.

Notifications You must be signed in to change notification settings

aangfanboy/face_modeler_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

face_modeler_python

What is it works?

It is a Python script that able to mark human face's and draw lines on it. And program can detect human's mouth is open or close, human's eye is open or close and detect is human smiling or not. With this, you can develop face recognition algorithms.

What I need to use?

You just need shape_predictor_68_face_landmarks.dat . dlib needs this.

How I can use?

If you downloaded shape_predictor_68_face_landmarks.dat, you can start. If you want to try on images, you must type path of image folder to 'PATH' variable on line 364 and mark 'on_cam()' as a comment line on line 419. But if you want to try on your webcam, you must mark 'on_path(PATH)' as a comment line on line 418. Then you are ready to start!

GIF

If you have any question, don't shame to ask.

About

It is a Python script that able to mark human face's and draw lines on it. With this, you can develop face recognition algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages