ariG23498 HF staff commited on
Commit
dd82f57
1 Parent(s): 8e2cb86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -37
README.md CHANGED
@@ -7,43 +7,6 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- _By [Aritra Roy Gosthipaty](https://github.com/ariG23498) and [Sayak Paul](https://github.com/sayakpaul) (equal contribution)_
11
-
12
  | DINO | Dog |
13
  | :--: | :--: |
14
  | ![dino](https://i.imgur.com/kAShjbs.gif) | ![dog](https://i.imgur.com/xrMkCbg.gif) |
15
-
16
- <br>
17
- <hr>
18
- <br>
19
- We probe into the representations learned by different families of Vision Transformers (supervised pre-training with ImageNet-21k, ImageNet-1k, distillation, self-supervised pre-training):
20
-
21
- <ul>
22
- <li> Original ViT [1] </li>
23
- <li> DeiT [2] </li>
24
- <li> DINO [3] </li>
25
- </ul>
26
-
27
- We hope these tools will prove to be useful for the community. Please follow along with [this post on keras.io](https://keras.io/examples/vision/probing_vits/) for a better navigation through the repository.
28
-
29
- <br>
30
- <hr>
31
- <br>
32
- References
33
-
34
- <ol>
35
- <li> [1] An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale: https://arxiv.org/abs/2010.11929 </li>
36
- <li> [2] DeiT: https://arxiv.org/abs/2012.12877 </li>
37
- <li> [3] DINO: https://arxiv.org/abs/2104.14294 </li>
38
- </ol>
39
-
40
- <br>
41
- <hr>
42
- <br>
43
-
44
- Acknowledgements
45
- <ul>
46
- <li> <a href="https://pyimagesearch.com">PyImageSearch</a> </li>
47
- <li> <a href="https://jarvislabs.ai/">Jarvislabs.ai</a> </li>
48
- <li> <a href="https://developers.google.com/programs/experts/">GDE Program</a> </li>
49
- </ul>
 
7
  pinned: false
8
  ---
9
 
 
 
10
  | DINO | Dog |
11
  | :--: | :--: |
12
  | ![dino](https://i.imgur.com/kAShjbs.gif) | ![dog](https://i.imgur.com/xrMkCbg.gif) |