1aurent commited on
Commit
5c19879
1 Parent(s): 3b87a1b

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-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 giant
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{oquab2023dinov2,
23
+ title = {DINOv2: Learning Robust Visual Features without Supervision},
24
+ author = {Oquab, Maxime and Darcet, Timothée and Moutakanni, Theo and Vo, Huy V. and Szafraniec, Marc and Khalidov, Vasil and Fernandez, Pierre and Haziza, Daniel and Massa, Francisco and El-Nouby, Alaaeldin and Howes, Russell and Huang, Po-Yao and Xu, Hu and Sharma, Vasu and Li, Shang-Wen and Galuba, Wojciech and Rabbat, Mike and Assran, Mido and Ballas, Nicolas and Synnaeve, Gabriel and Misra, Ishan and Jegou, Herve and Mairal, Julien and Labatut, Patrick and Joulin, Armand and Bojanowski, Piotr},
25
+ journal = {arXiv:2304.07193},
26
+ year = {2023}
27
+ }
28
+ ```