From 009db92cc1ff6ba44d8e5824e6deec50c594c65f Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 27 Feb 2025 10:43:41 +0000 Subject: [PATCH] Update README.md bibtexs --- README.md | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0748c88..ead7501 100644 --- a/README.md +++ b/README.md @@ -437,8 +437,9 @@ Additionally, you can help us reach a wider audience by upvoting our posts on Ha Please cite deepface in your publications if it helps your research. -- S. Serengil and A. Ozpinar, **"A Benchmark of Facial Recognition Pipelines and Co-Usability Performances of Modules"**, *Journal of Information Technologies*, vol. 17, no. 2, pp. 95-107, 2024. [`doi`](https://doi.org/10.17671/gazibtd.1399077) [`pdf`](https://dergipark.org.tr/en/pub/gazibtd/issue/84331/1399077)
- BibTeX +- S. Serengil and A. Ozpinar, **"A Benchmark of Facial Recognition Pipelines and Co-Usability Performances of Modules"**, *Journal of Information Technologies*, vol. 17, no. 2, pp. 95-107, 2024. [`doi`](https://doi.org/10.17671/gazibtd.1399077) [`pdf`](https://dergipark.org.tr/en/pub/gazibtd/issue/84331/1399077) +
+ BibTeX ```BibTeX @article{serengil2024lightface, @@ -456,7 +457,39 @@ Please cite deepface in your publications if it helps your research. ```
- S. I. Serengil and A. Ozpinar, **"LightFace: A Hybrid Deep Face Recognition Framework"**, *2020 Innovations in Intelligent Systems and Applications Conference (ASYU)*, 2020, pp. 23-27. [`doi`](https://doi.org/10.1109/ASYU50717.2020.9259802) [`pdf`](https://ieeexplore.ieee.org/document/9259802) +
+ BibTeX + + ```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} + } + ``` +
- S. I. Serengil and A. Ozpinar, **"HyperExtended LightFace: A Facial Attribute Analysis Framework"**, *2021 International Conference on Engineering and Emerging Technologies (ICEET)*, 2021, pp. 1-4. [`doi`](https://doi.org/10.1109/ICEET53442.2021.9659697) [`pdf`](https://ieeexplore.ieee.org/document/9659697) +
+ BibTeX + + ```BibTeX + @inproceedings{serengil2021lightface, + title = {HyperExtended LightFace: A Facial Attribute Analysis Framework}, + author = {Serengil, Sefik Ilkin and Ozpinar, Alper}, + booktitle = {2021 International Conference on Engineering and Emerging Technologies (ICEET)}, + pages = {1-4}, + year = {2021}, + doi = {10.1109/ICEET53442.2021.9659697}, + url = {https://ieeexplore.ieee.org/document/9659697}, + organization = {IEEE} + } + ``` +
Also, if you use deepface in your GitHub projects, please add `deepface` in the `requirements.txt`.