Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: image-feature-extraction
|
4 |
+
base_model: facebook/dinov2-small
|
5 |
+
base_model_relation: adapter
|
6 |
+
library_name: refiners
|
7 |
+
tags:
|
8 |
+
- dino
|
9 |
+
- dinov2
|
10 |
+
- juggernaut
|
11 |
+
- features
|
12 |
+
- facebook
|
13 |
+
---
|
14 |
+
|
15 |
+
# DINOv2 small with registers
|
16 |
+
|
17 |
+
<video src="https://github.com/facebookresearch/dinov2/assets/60359573/f168823e-7922-415a-b429-578badf5c356" autoplay loop></video>
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
```bibtex
|
22 |
+
@misc{darcet2023vitneedreg,
|
23 |
+
title = {Vision Transformers Need Registers},
|
24 |
+
author = {Darcet, Timothée and Oquab, Maxime and Mairal, Julien and Bojanowski, Piotr},
|
25 |
+
journal = {arXiv:2309.16588},
|
26 |
+
year = {2023}
|
27 |
+
}
|
28 |
+
```
|