Update README.md
Browse files
README.md
CHANGED
|
@@ -42,4 +42,16 @@ from huggingface_hub import hf_hub_download
|
|
| 42 |
hf_hub_download(repo_id="kartiknarayan/facexformer", filename="ckpts/model.pt", local_dir="./")
|
| 43 |
```
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
Please check our [GitHub repository](https://github.com/Kartik-3004/facexformer) for complete inference instructions.
|
|
|
|
| 42 |
hf_hub_download(repo_id="kartiknarayan/facexformer", filename="ckpts/model.pt", local_dir="./")
|
| 43 |
```
|
| 44 |
|
| 45 |
+
## Citation
|
| 46 |
+
```bibtex
|
| 47 |
+
@misc{narayan2024facexformer,
|
| 48 |
+
title={FaceXFormer : A Unified Transformer for Facial Analysis},
|
| 49 |
+
author={Kartik Narayan and Vibashan VS and Rama Chellappa and Vishal M. Patel},
|
| 50 |
+
year={2024},
|
| 51 |
+
eprint={2403.12960},
|
| 52 |
+
archivePrefix={arXiv},
|
| 53 |
+
primaryClass={cs.CV}
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
Please check our [GitHub repository](https://github.com/Kartik-3004/facexformer) for complete inference instructions.
|