mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
41 lines
1.6 KiB
Markdown
41 lines
1.6 KiB
Markdown
## Cite DeepFace Papers
|
|
|
|
Please cite deepface in your publications if it helps your research. Here are its BibTex entries:
|
|
|
|
### Facial Recognition
|
|
|
|
If you use deepface in your research for facial recogntion purposes, please cite the this publication.
|
|
|
|
```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}
|
|
}
|
|
```
|
|
|
|
### Facial Attribute Analysis
|
|
|
|
If you use deepface in your research for facial attribute analysis purposes such as age, gender, emotion or ethnicity prediction or face detection purposes, please cite the this publication.
|
|
|
|
```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://doi.org/10.1109/ICEET53442.2021.9659697},
|
|
organization = {IEEE}
|
|
}
|
|
```
|
|
|
|
### Repositories
|
|
|
|
Also, if you use deepface in your GitHub projects, please add `deepface` in the `requirements.txt`. Thereafter, your project will be listed in its [dependency graph](https://github.com/serengil/deepface/network/dependents). |