Update README.md

bibtexs
This commit is contained in:
Sefik Ilkin Serengil 2025-02-27 10:43:41 +00:00 committed by GitHub
parent 918ed1fc86
commit 009db92cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) <details>
<summary><b>BibTeX</b></summary>
- 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)
<details>
<summary>BibTeX</summary>
```BibTeX
@article{serengil2024lightface,
@ -456,7 +457,39 @@ Please cite deepface in your publications if it helps your research.
```
</details>
- 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)
<details>
<summary>BibTeX</summary>
```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}
}
```
</details>
- 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)
<details>
<summary>BibTeX</summary>
```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}
}
```
</details>
Also, if you use deepface in your GitHub projects, please add `deepface` in the `requirements.txt`.