All Projects → sthalles → face-similarity

sthalles / face-similarity

Licence: other
Face-similarity CNN using Tensorflow Eager execution.

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to face-similarity

face-authentication
Face-authentication system enterely written on C++ with OpenCV and Qt third party library. Face-antispoofing procedure is included.
Stars: ✭ 49 (-19.67%)
Mutual labels:  face-authentication

Face-similarity

Face-similarity CNN using Tensorflow Eager execution.

Medium article: How to train your own FaceID ConvNet using TensorFlow Eager execution

This implementation uses DenseNets with contrastive loss.

Reference Papers:

Dependencies:

  • Python 3.6.x
  • Tensorflow 1.10.1

Inference

Google Colaboratory

  • Just open the inference.ipynb and select the option to open on Colab.

Running locally

1- Download the pre-trained model using the following link.

  • Place the tboard_logs folder in the root folder of the project.

2- Download the following test dataset (TfRecords format).

  • Place the dataset folder in the root folder of the project.

3- Run the jupyter notebook inference.ipynb

  • Run the notebook. Adjust the dataset paths accordingly.

Results

Results

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].