Skip to content

Commit

Permalink
Fixed Schroff reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipazc committed Sep 20, 2017
1 parent c67514d commit 44396ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -51,7 +51,7 @@ FaceDetection has methods for analyzing images also from bytes, URLs and pillow
Face Recognition
================
Face recognition allows extracting the identity of a face within a given image of the face. The identity is a set of float numbers (since it is deep-learning-based, it is the output of the last convolution layer of a Convolutional Neural Network). The algorithm is based on the papers *Schroff et al. (2015)* [ZHANG2016]_, *Wen et al. (2016)* [WEN2016]_. and *Parkhi et al. (2015)* [PARKHI2015]_.
Face recognition allows extracting the identity of a face within a given image of the face. The identity is a set of float numbers (since it is deep-learning-based, it is the output of the last convolution layer of a Convolutional Neural Network). The algorithm is based on the papers *Schroff et al. (2015)* [SCHROFF2015]_, *Wen et al. (2016)* [WEN2016]_. and *Parkhi et al. (2015)* [PARKHI2015]_.

In vrpwrp, the identity of a face is also known as **embeddings**.

Expand Down

0 comments on commit 44396ca

Please sign in to comment.