Update README.md
Browse files
README.md
CHANGED
@@ -268,3 +268,15 @@ To inquire about licensing or customized dataset sourcing, contact:
|
|
268 |
### Citation
|
269 |
|
270 |
If you find the data useful, please cite:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
### Citation
|
269 |
|
270 |
If you find the data useful, please cite:
|
271 |
+
|
272 |
+
```bibtex
|
273 |
+
@misc{abdoli2025peerranked,
|
274 |
+
title={Peer-Ranked Precision: Creating a Foundational Dataset for Fine-Tuning Vision Models from GuruShots' Annotated Imagery},
|
275 |
+
author={Sajjad Abdoli and Freeman Lewin and Gediminas Vasiliauskas and Fabian Schonholz},
|
276 |
+
year={2025},
|
277 |
+
eprint={2506.05673},
|
278 |
+
archivePrefix={arXiv},
|
279 |
+
primaryClass={cs.CV},
|
280 |
+
url={https://arxiv.org/abs/2506.05673}
|
281 |
+
}
|
282 |
+
```
|