From be9aae007a42065c5d66f79ca41ae05fdd81f174 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 19 Jun 2022 20:57:40 +0100 Subject: [PATCH] dois sorted --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 27ffca8..c616131 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ [![Support me on Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dserengil%26type%3Dpatrons&style=flat)](https://www.patreon.com/serengil?repo=deepface) [![Twitter](https://img.shields.io/twitter/follow/serengil?color=blue&logo=twitter&style=flat)](https://twitter.com/serengil) -[![DOI](http://img.shields.io/:DOI-10.1109/ASYU50717.2020.9259802-blue.svg?style=flat)](https://doi.org/10.1109/ASYU50717.2020.9259802) [![DOI](http://img.shields.io/:DOI-10.1109/ICEET53442.2021.9659697-blue.svg?style=flat)](https://doi.org/10.1109/ICEET53442.2021.9659697) +[![DOI](http://img.shields.io/:DOI-10.1109/ASYU50717.2020.9259802-blue.svg?style=flat)](https://doi.org/10.1109/ASYU50717.2020.9259802) @@ -236,19 +236,6 @@ You can also support this work on [Patreon](https://www.patreon.com/serengil?rep Please cite deepface in your publications if it helps your research. Here are BibTeX entries: -```BibTeX -@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)}, - pages = {23-27}, - year = {2020}, - doi = {10.1109/ASYU50717.2020.9259802}, - url = {https://doi.org/10.1109/ASYU50717.2020.9259802}, - organization = {IEEE} -} -``` - ```BibTeX @inproceedings{serengil2021lightface, title = {HyperExtended LightFace: A Facial Attribute Analysis Framework}, @@ -262,6 +249,19 @@ Please cite deepface in your publications if it helps your research. Here are Bi } ``` +```BibTeX +@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)}, + pages = {23-27}, + year = {2020}, + doi = {10.1109/ASYU50717.2020.9259802}, + url = {https://doi.org/10.1109/ASYU50717.2020.9259802}, + organization = {IEEE} +} +``` + Also, if you use deepface in your GitHub projects, please add deepface in the `requirements.txt`. ## Licence