This commit is contained in:
Sefik Ilkin Serengil 2020-06-13 23:20:49 +03:00 committed by GitHub
parent 40601525bc
commit c992e1c7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,10 +210,11 @@ Please cite deepface in your publications if it helps your research. Here is an
``` ```
@misc{serengil2020deepface, @misc{serengil2020deepface,
title={deepface}, abstract = {Lightweight Facial Analysis Framework for Python Including Face Recognition and Facial Attributes (Age, Gender, Emotion and Race)},
author={Serengil, Sefik Ilkin}, author={Serengil, Sefik Ilkin},
year={2020}, title={deepface},
howpublished={\url{https://github.com/serengil/deepface}}, url = {https://github.com/serengil/deepface},
year={2020}
} }
``` ```