Update DOI and BibTeX entry for new (minor) release.

This commit is contained in:
Brandon Amos 2015-10-15 11:50:40 -04:00
parent e19042d085
commit d114f7bc11
1 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat [license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
[license]: LICENSE [license]: LICENSE
[doi-image]: https://zenodo.org/badge/doi/10.5281/zenodo.32041.svg [doi-image]: https://zenodo.org/badge/doi/10.5281/zenodo.32148.svg
[doi]: http://dx.doi.org/10.5281/zenodo.32041 [doi]: http://dx.doi.org/10.5281/zenodo.32148
This is a Python and [Torch](http://torch.ch) implementation of the CVPR 2015 paper This is a Python and [Torch](http://torch.ch) implementation of the CVPR 2015 paper
[FaceNet: A Unified Embedding for Face Recognition and Clustering](http://www.cv-foundation.org/openaccess/content_cvpr_2015/app/1A_089.pdf) [FaceNet: A Unified Embedding for Face Recognition and Clustering](http://www.cv-foundation.org/openaccess/content_cvpr_2015/app/1A_089.pdf)
@ -473,11 +473,11 @@ Please cite this repository if you use this in academic works.
``` ```
@misc{amos2015openface, @misc{amos2015openface,
author = {Amos, Brandon and Harkes, Jan and Pillai, Padmanabhan and Elgazzar, Khalid and Satyanarayanan, Mahadev}, author = {Amos, Brandon and Harkes, Jan and Pillai, Padmanabhan and Elgazzar, Khalid and Satyanarayanan, Mahadev},
title = {OpenFace: Face recognition with Google's FaceNet deep neural network.}, title = {OpenFace 0.1.1: Face recognition with Google's FaceNet deep neural network},
month = oct, month = oct,
year = 2015, year = 2015,
doi = {10.5281/zenodo.32041}, doi = {10.5281/zenodo.32148},
url = {http://dx.doi.org/10.5281/zenodo.32041} url = {http://dx.doi.org/10.5281/zenodo.32148}
} }
``` ```