From 3687d95929cbd1d031dae61f6cbea8ad48c7ee90 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 2 Sep 2020 23:00:03 +0300 Subject: [PATCH] citation --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c4e7cff..37a3b86 100644 --- a/README.md +++ b/README.md @@ -181,11 +181,10 @@ There are many ways to support a project - starring⭐️ the GitHub repos is ju Please cite deepface in your publications if it helps your research. Here is an example BibTeX entry: ``` -@misc{serengil2020deepface, - abstract = {A Lightweight Face Recognition and Facial Attribute Analysis Framework for Python}, - author={Serengil, Sefik Ilkin}, - title={deepface}, - url = {https://github.com/serengil/deepface}, +@inproceedings{serengil2020lightface, + title={LightFace: A Hybrid Deep Face Recognition Framework}, + author={Serengil, Sefik Ilkin and Ozpinar, Alper}, + booktitle={2020 Innovations in Intelligent Systems and Applications Conference (ASYU)}, year={2020} } ```