kartiknarayan commited on
Commit
8b151a1
·
verified ·
1 Parent(s): b3e30e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -64,11 +64,13 @@ hf_hub_download(repo_id="kartiknarayan/PETALface", filename="swin_cosface_webfac
64
 
65
  ## Citation
66
  ```bibtex
67
- @article{narayan2024petalface,
68
- title={PETALface: Parameter Efficient Transfer Learning for Low-resolution Face Recognition},
69
  author={Narayan, Kartik and Nair, Nithin Gopalakrishnan and Xu, Jennifer and Chellappa, Rama and Patel, Vishal M},
70
- journal={arXiv preprint arXiv:2412.07771},
71
- year={2024}
 
 
72
  }
73
  ```
74
 
 
64
 
65
  ## Citation
66
  ```bibtex
67
+ @inproceedings{narayan2025petalface,
68
+ title={Petalface: Parameter efficient transfer learning for low-resolution face recognition},
69
  author={Narayan, Kartik and Nair, Nithin Gopalakrishnan and Xu, Jennifer and Chellappa, Rama and Patel, Vishal M},
70
+ booktitle={2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
71
+ pages={804--814},
72
+ year={2025},
73
+ organization={IEEE}
74
  }
75
  ```
76