1aurent commited on
Commit
9141b7e
1 Parent(s): ab2f051

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-feature-extraction
4
+ base_model: facebook/dinov2-base
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 base 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
+ ```