Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 516 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 516 Bytes

facenet-mtcnn-tensorflow

Used mtcnn and facenet for facial recognition. Gallery has the images of the people with file name as their label. Currently matching a video against the provided images in the gallery.

Environment setup

use environment.yml file to setup your environment.

Usage

pipeline.py is the endpoint for the code.

To run the code run following command:

python pipeline.py ./gallery/ test.mp4

Results:

Watch the video here to see results.