Golbstein / keras-face-recognition

Who is your doppelgänger and more with Keras face recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Recognition and more with KERAS

Keras implementation of the paper: FaceNet: A Unified Embedding for Face Recognition and Clusterin

alt text

  • Dataset:

  • Dependencies

    • Keras 2 (tensorflow backend)
    • open-cv
    • tqdm
    • pandas
  • Model

    • Feature extractor model: Xception
    • Embedding model: FaceNet

    alt text

  • Loss

    Triplet Loss with cosine similarity

    alt text alt text

    Where f_i is the embedding vector of image i

  • Recognize celebrities with trained FaceNet model
  • Find out your Doppelgänger
  • Beauty test

About

Who is your doppelgänger and more with Keras face recognition


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%