Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ language:
|
|
| 8 |
|
| 9 |
<div align="center">
|
| 10 |
|
| 11 |
-
[**Project Page**](https://kartik-3004.github.io/hyp-oc/) **|** [**Paper (ArXiv)**]() **|** [**Code**](https://github.com/Kartik-3004/hyp-oc)
|
| 12 |
|
| 13 |
|
| 14 |
</div>
|
|
@@ -47,7 +47,12 @@ hf_hub_download(repo_id="kartiknarayan/hyp-oc", filename="pretrained_weights/vgg
|
|
| 47 |
|
| 48 |
## Citation
|
| 49 |
```bibtex
|
| 50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
```
|
| 52 |
|
| 53 |
Please check our [GitHub repository](https://github.com/Kartik-3004/hyp-oc) for complete instructions.
|
|
|
|
| 8 |
|
| 9 |
<div align="center">
|
| 10 |
|
| 11 |
+
[**Project Page**](https://kartik-3004.github.io/hyp-oc/) **|** [**Paper (ArXiv)**](https://arxiv.org/pdf/2404.14406.pdf) **|** [**Code**](https://github.com/Kartik-3004/hyp-oc)
|
| 12 |
|
| 13 |
|
| 14 |
</div>
|
|
|
|
| 47 |
|
| 48 |
## Citation
|
| 49 |
```bibtex
|
| 50 |
+
@article{narayan2024hyp,
|
| 51 |
+
title={Hyp-OC: Hyperbolic One Class Classification for Face Anti-Spoofing},
|
| 52 |
+
author={Narayan, Kartik and Patel, Vishal M},
|
| 53 |
+
journal={arXiv preprint arXiv:2404.14406},
|
| 54 |
+
year={2024}
|
| 55 |
+
}
|
| 56 |
```
|
| 57 |
|
| 58 |
Please check our [GitHub repository](https://github.com/Kartik-3004/hyp-oc) for complete instructions.
|