Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
title: Class Saliency
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 2.9.4
|
| 8 |
app_file: app.py
|
|
@@ -10,4 +10,11 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Class Saliency Map
|
| 3 |
+
emoji: 🎻
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 2.9.4
|
| 8 |
app_file: app.py
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
This Space shows the spatial-class relationship of a CaiT model by plotting its
|
| 14 |
+
class saliency 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.).
|