Skip to content

Keras implementation of the renowned publication "DeepFace: Closing the Gap to Human-Level Performance in Face Verification" by Taigman et al. Pre-trained weights on VGGFace2 dataset.

License

Notifications You must be signed in to change notification settings

swghosh/DeepFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72b4fbc · Jul 11, 2021

History

60 Commits
Feb 12, 2020
Nov 12, 2019
Oct 22, 2019
Feb 12, 2020
Jun 28, 2020
Sep 9, 2020
Feb 11, 2020
Jul 11, 2021
Jul 11, 2021
Sep 27, 2019
Feb 12, 2020

Repository files navigation

DeepFace

Introduction

Open source implementation of the renowned publication titled "DeepFace: Closing the Gap to Human-Level Performance in Face Verification" by Yaniv Taigman, Ming Yang, Marc'Aurelio Ranzato, Lior Wolf published at Conference on Computer Vision and Pattern Recognition (CVPR) 2014.

DeepFace (CVPR14) Network Architecture

Implementation of this paper have been done using Keras (tf.keras). This project and necessary research was supported by the TensorFlow Research Cloud (TFRC). GCP resources have been used to train a million-scale machine learning model using Cloud TPUs.

Requirements

  • Python 3.5+
  • tensorflow>=1.14.0
  • matplotlib
$ pip install requirements.txt

or

$ python3 -m pip install requirements.txt

Installation

$ pip install git+https://github.com/swghosh/DeepFace.git