Spaces:
Running
on
Zero
Running
on
Zero
foivospar
commited on
Commit
·
c044b60
1
Parent(s):
efd00eb
update bibtex
Browse files
app.py
CHANGED
|
@@ -183,13 +183,11 @@ Footer = r"""
|
|
| 183 |
<br>
|
| 184 |
If you find Arc2Face helpful for your research, please consider citing our paper:
|
| 185 |
```bibtex
|
| 186 |
-
@
|
| 187 |
title={Arc2Face: A Foundation Model for ID-Consistent Human Faces},
|
| 188 |
-
author={
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
archivePrefix={arXiv},
|
| 192 |
-
primaryClass={cs.CV}
|
| 193 |
}
|
| 194 |
```
|
| 195 |
"""
|
|
|
|
| 183 |
<br>
|
| 184 |
If you find Arc2Face helpful for your research, please consider citing our paper:
|
| 185 |
```bibtex
|
| 186 |
+
@inproceedings{paraperas2024arc2face,
|
| 187 |
title={Arc2Face: A Foundation Model for ID-Consistent Human Faces},
|
| 188 |
+
author={Paraperas Papantoniou, Foivos and Lattas, Alexandros and Moschoglou, Stylianos and Deng, Jiankang and Kainz, Bernhard and Zafeiriou, Stefanos},
|
| 189 |
+
booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
|
| 190 |
+
year={2024}
|
|
|
|
|
|
|
| 191 |
}
|
| 192 |
```
|
| 193 |
"""
|