FX-HAO / face_recognition

face recognition using mtcnn and facenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face_recognition

This captures a streaming video from your computer's webcam, recognize the faces within the video and draw a bounding box around each object in the video.

Usage

Install dependencies:

pip3 install -r requirements.txt

Put images(more pictures give more accurate) that include one's face under a folder with one's name under the faces folder and now you can recognize the face of the one.

Then you just need:

python3 main.py

About

face recognition using mtcnn and facenet


Languages

Language:Python 100.0%