Image Feature Extraction
Transformers
Safetensors
dinov2
Inference Endpoints
fepegar commited on
Commit
23589fe
1 Parent(s): 24bf2cc

Fix BibTeX citation

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -223,13 +223,13 @@ We used [SimpleITK](https://simpleitk.org/) and [Pydicom](https://pydicom.github
223
  **BibTeX:**
224
 
225
  ```bibtex
226
- @article{PerezGarcia2024RADDINOES,
227
- title={RAD-DINO: Exploring Scalable Medical Image Encoders Beyond Text Supervision},
228
- author={Fernando Pérez-García and Harshita Sharma and Sam Bond-Taylor and Kenza Bouzid and Valentina Salvatelli and Maximilian Ilse and Shruthi Bannur and Daniel C. Castro and Anton Schwaighofer and Matthew P. Lungren and Maria Teodora Wetscherek and Noel Codella and Stephanie L. Hyland and Javier Alvarez-Valle and Ozan Oktay},
229
- journal={ArXiv},
230
- year={2024},
231
- volume={abs/2401.10815},
232
- url={https://api.semanticscholar.org/CorpusID:267060839}
233
  }
234
  ```
235
 
 
223
  **BibTeX:**
224
 
225
  ```bibtex
226
+ @misc{perezgarcia2024raddino,
227
+ title={{RAD-DINO}: Exploring Scalable Medical Image Encoders Beyond Text Supervision},
228
+ author={Fernando Pérez-García and Harshita Sharma and Sam Bond-Taylor and Kenza Bouzid and Valentina Salvatelli and Maximilian Ilse and Shruthi Bannur and Daniel C. Castro and Anton Schwaighofer and Matthew P. Lungren and Maria Wetscherek and Noel Codella and Stephanie L. Hyland and Javier Alvarez-Valle and Ozan Oktay},
229
+ year={2024},
230
+ eprint={2401.10815},
231
+ archivePrefix={arXiv},
232
+ primaryClass={cs.CV}
233
  }
234
  ```
235