Computer Vision | Facial Recognition with Keras, FaceNet, Inception, Siamese Networks
- the system has a database of n persons (images for each of them, most often just 1)
- the system receives as input a new, unseen, image of a person
- and should be able to recognize if this is any of the n persons already present in the database.- Siamese Networks
- the Triplet loss function, described in the FaceNet article by Schroff et al 2015
- Transfer learning, to save training time by making use of pretrained convolutional neural networks.
- Keras interface for the TensorFlow library and Keras Applications pretrained models.PreviousComputer Vision | Convolutional Neural Networks with PyTorchNextNLP | Topic modeling on tweets
Last updated