hyperextended lightface

This commit is contained in:
Sefik Ilkin Serengil 2021-10-20 15:57:56 +03:00 committed by GitHub
parent 38a5292bf9
commit 6dfa17ea2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ There are many ways to support a project - starring⭐ the GitHub repo is jus
## Citation ## Citation
Please cite [deepface](https://ieeexplore.ieee.org/document/9259802) in your publications if it helps your research. Here is an example BibTeX entry: Please cite [deepface](https://ieeexplore.ieee.org/document/9259802) in your publications if it helps your research. Here are examples of BibTeX entries:
```BibTeX ```BibTeX
@inproceedings{serengil2020lightface, @inproceedings{serengil2020lightface,
@ -190,6 +190,17 @@ Please cite [deepface](https://ieeexplore.ieee.org/document/9259802) in your pub
pages = {23-27}, pages = {23-27},
year = {2020}, year = {2020},
doi = {10.1109/ASYU50717.2020.9259802}, 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},
author = {Serengil, Sefik Ilkin and Ozpinar, Alper},
booktitle = {7th International Conference on Engineering and Emerging Technologies},
year = {2021},
organization = {IEEE} organization = {IEEE}
} }
``` ```