Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
title: SSL ViT Patch PCA Visualiser
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
|
@@ -14,4 +14,4 @@ license: apache-2.0
|
|
| 14 |
|
| 15 |
Visualise the patch-level feature space of ViT-S/16 models from the [OK-AI ImageNet-1K SSL collection](https://huggingface.co/OK-AI).
|
| 16 |
|
| 17 |
-
Upload any image and the app runs it through all three models, applies PCA to the patch token representations, and renders the first 3 principal components as an RGB image.
|
|
|
|
| 1 |
---
|
| 2 |
title: SSL ViT Patch PCA Visualiser
|
| 3 |
+
emoji: 👀
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.17.3
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
Visualise the patch-level feature space of ViT-S/16 models from the [OK-AI ImageNet-1K SSL collection](https://huggingface.co/OK-AI).
|
| 16 |
|
| 17 |
+
Upload any image and the app runs it through all three models, applies PCA to the patch token representations, and renders the first 3 principal components as an RGB image.
|