Update README.md
Browse files
README.md
CHANGED
@@ -57,11 +57,14 @@ hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_helen_512/model
|
|
57 |
|
58 |
## Citation
|
59 |
```bibtex
|
60 |
-
@
|
61 |
-
title={
|
62 |
-
author={Narayan, Kartik and
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
65 |
}
|
66 |
```
|
67 |
|
|
|
57 |
|
58 |
## Citation
|
59 |
```bibtex
|
60 |
+
@inproceedings{narayan2025segface,
|
61 |
+
title={Segface: Face segmentation of long-tail classes},
|
62 |
+
author={Narayan, Kartik and Vs, Vibashan and Patel, Vishal M},
|
63 |
+
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
|
64 |
+
volume={39},
|
65 |
+
number={6},
|
66 |
+
pages={6182--6190},
|
67 |
+
year={2025}
|
68 |
}
|
69 |
```
|
70 |
|