kartiknarayan commited on
Commit
5e093b0
·
verified ·
1 Parent(s): d61ca67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
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
- @article{narayan2024segface,
61
- title={SegFace: Face Segmentation of Long-Tail Classes},
62
- author={Narayan, Kartik and VS, Vibashan and Patel, Vishal M},
63
- journal={arXiv preprint arXiv:2412.08647},
64
- year={2024}
 
 
 
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