From ff03dc6ece5bc5b38536228766d94b873087d4ed Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 13 Aug 2024 16:24:29 +0100 Subject: [PATCH] Update README.md publication order --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 47b0cfa..697fdd9 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,19 @@ Please cite deepface in your publications if it helps your research - see [`CITA If you use deepface in your research for facial recogntion or face detection purposes, please cite these publications: +```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://ieeexplore.ieee.org/document/9259802}, + organization = {IEEE} +} +``` + ```BibTeX @article{serengil2024lightface, title = {A Benchmark of Facial Recognition Pipelines and Co-Usability Performances of Modules}, @@ -422,19 +435,6 @@ If you use deepface in your research for facial recogntion or face detection pur } ``` -```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://ieeexplore.ieee.org/document/9259802}, - organization = {IEEE} -} -``` - On the other hand, if you use deepface in your research for facial attribute analysis purposes such as age, gender, emotion or ethnicity prediction tasks, please cite this publication. ```BibTeX