Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Class Attention Map
|
3 |
-
emoji:
|
4 |
colorFrom: red
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
@@ -10,4 +10,11 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Class Attention Map
|
3 |
+
emoji: 🎻
|
4 |
colorFrom: red
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
This Space shows the spatial-class relationship of a CaiT model by plotting its
|
14 |
+
class attention map w.r.t an input image. For speed, this Space uses the smallest
|
15 |
+
CaiT model (`cait_xxs24_224`) but you can try it for others too (model collection
|
16 |
+
if [here](https://tfhub.dev/sayakpaul/collections/cait/1)). You'd just need to
|
17 |
+
adjust the code accordingly.
|
18 |
+
|
19 |
+
CaiT was proposed in [Going deeper with Image Transformers](https://arxiv.org/abs/2103.17239)
|
20 |
+
(Touvron et al.).
|