Skip to content

A simple Python3 script. It uses mediapipe module to recognize the face of a user in real-time.

License

Notifications You must be signed in to change notification settings

gzigurella/holistic-face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Holistic Face Recognition

This repository contains a simple Python 3 script 🐍
The purpose of this script is to show how to use Google's mediapipe to detect faces through an holistic model.

Details about the detection method 📚


Further information about how to properly use mediapipe's holistic model can be found Here
Further information about the Holistic model can be found Here
Further information about the Mediapipe project itself, used in this repository can be found Here
Further information about the OpenCV project itself, used in this repository can be found Here