Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,18 @@ patches and images with a 336 pixel side length.
|
|
| 48 |
|
| 49 |
## Model Sources
|
| 50 |
|
| 51 |
-
- **Paper:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
# Uses
|
| 54 |
|
|
@@ -214,8 +225,15 @@ achieving state-of-the-art performance on a selection of benchmark metrics.
|
|
| 214 |
|
| 215 |
# Citation
|
| 216 |
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
## Model Sources
|
| 50 |
|
| 51 |
+
- **Paper:** [Preprint](https://arxiv.org/abs/2302.00275)
|
| 52 |
+
- **Cite preprint as:**
|
| 53 |
+
```bibtex
|
| 54 |
+
@misc{haas2023learning,
|
| 55 |
+
title={Learning Generalized Zero-Shot Learners for Open-Domain Image Geolocalization},
|
| 56 |
+
author={Lukas Haas and Silas Alberti and Michal Skreta},
|
| 57 |
+
year={2023},
|
| 58 |
+
eprint={2302.00275},
|
| 59 |
+
archivePrefix={arXiv},
|
| 60 |
+
primaryClass={cs.CV}
|
| 61 |
+
}
|
| 62 |
+
```
|
| 63 |
|
| 64 |
# Uses
|
| 65 |
|
|
|
|
| 225 |
|
| 226 |
# Citation
|
| 227 |
|
| 228 |
+
Cite preprint as:
|
| 229 |
+
|
| 230 |
+
```bibtex
|
| 231 |
+
@misc{haas2023learning,
|
| 232 |
+
title={Learning Generalized Zero-Shot Learners for Open-Domain Image Geolocalization},
|
| 233 |
+
author={Lukas Haas and Silas Alberti and Michal Skreta},
|
| 234 |
+
year={2023},
|
| 235 |
+
eprint={2302.00275},
|
| 236 |
+
archivePrefix={arXiv},
|
| 237 |
+
primaryClass={cs.CV}
|
| 238 |
+
}
|
| 239 |
+
```
|