Skip to content

m-pektas/Face-Recognition-with-FaceNet-and-OpenCV

Repository files navigation

Face Recognition with FaceNet and OpenCV

BlogPost (Turkish) : click

Setup

  • Download pretrained model(facenet_keras.h5) from this link : click

  • Put pretrained model into "model" folder.

Environment

conda create --name fr python=3.6.9 -y
pip install -r requirenments.txt

Usage

$ python main.py

Project Output :

if you want to watch the real video on Youtube, click;

About

Real Time Face Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages