zekeriyafince / face_modeler_python

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face_modeler_python

What is it works?

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.

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 GIF 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.


Languages

Language:Python 100.0%